Html Css Color HEX #AFEE56 Conifer

📋 copy color: '#AFEE56'

red 175 ◦ green 238 ◦ blue 86

#AFEE56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFEE56

Tints of Conifer #AFEE56

RGB

 RED value IS 175 (68.75% from 255) = 35.07%

 GREEN value IS 238 (93.36% from 255) = 47.7%

 BLUE value IS 86 (33.98% from 255) = 17.23%

R = 35.07%
G = 47.7%
B = 17.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFEE56 (or 0xAFEE56) is known color: Conifer. HEX triplet: AF, EE and 56. RGB value is (175,238,86). Sum of RGB (Red+Green+Blue) = 175+238+86=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE56 is #5011A9. Grayscale: #CACACA. Windows color (decimal): -5247402 or 5697199. OLE color: 5697199.

HSL color Cylindrical-coordinate representation of color #AFEE56: hue angle of 84.87º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFEE56 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 86 -
CMYK 0.26 0 0.64 0.07
HSL 84.87º 0.82% 0.64% -
HSV(B) 84.87º 0.64% 0.93% -
XYZ 49.93 70.93 19.86 -
YUV 201.84 62.63 108.86 -
System Red Green Blue C M Y K H S L
Decimal 175 238 86 0.26 0 0.64 0.07 84.87 0.82 0.64
Hex AF EE 56 1A 0 40 7 55 52 40
Octal 257 356 126 32 0 100 7 125 122 100
Binary 10101111 11101110 1010110 11010 0 1000000 111 1010101 1010010 1000000

Color Harmonies of #AFEE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE56

Black with #AFEE56

Text Example


Text Example

White with #AFEE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE56; }

 p { color: rgb(175,238,86); }

 H1.HeaderClassName
 {
   color: #AFEE56;
 }
 .AnyTagClassName
 {
   color: #AFEE56;
 }
</style>

background-color css

<style>
 a { background-color: #AFEE56; }

 a { background-color: rgb(175,238,86); }

 div.DivClassName
 {
   background-color: #AFEE56;
 }
 .BgClassName
 {
   background-color: #AFEE56;
 }
</style>

border-color css

<style>
 span { border-color: #AFEE56; }

 span { border-color: rgb(175,238,86); }

 td.TdClassName
 {
   border-color: #AFEE56;
 }
 .TagClassName
 {
   border-color: #AFEE56;
 }
</style>