Html Css Color HEX #AFDE6C Conifer

📋 copy color: '#AFDE6C'

red 175 ◦ green 222 ◦ blue 108

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

Shades of Conifer #AFDE6C

Tints of Conifer #AFDE6C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 108 (42.58% from 255) = 21.39%

R = 34.65%
G = 43.96%
B = 21.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#AFDE6C (or 0xAFDE6C) is known color: Conifer. HEX triplet: AF, DE and 6C. RGB value is (175,222,108). Sum of RGB (Red+Green+Blue) = 175+222+108=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE6C is #502193. Grayscale: #C3C3C3. Windows color (decimal): -5251476 or 7134895. OLE color: 7134895.

HSL color Cylindrical-coordinate representation of color #AFDE6C: hue angle of 84.74º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFDE6C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 108 -
CMYK 0.21 0 0.51 0.13
HSL 84.74º 0.63% 0.65% -
HSV(B) 84.74º 0.51% 0.87% -
XYZ 46.51 62.44 23.79 -
YUV 194.95 78.93 113.77 -
System Red Green Blue C M Y K H S L
Decimal 175 222 108 0.21 0 0.51 0.13 84.74 0.63 0.65
Hex AF DE 6C 15 0 33 D 55 3F 41
Octal 257 336 154 25 0 63 15 125 77 101
Binary 10101111 11011110 1101100 10101 0 110011 1101 1010101 111111 1000001

Color Harmonies of #AFDE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE6C

Black with #AFDE6C

Text Example


Text Example

White with #AFDE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE6C; }

 p { color: rgb(175,222,108); }

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

background-color css

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

 a { background-color: rgb(175,222,108); }

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

border-color css

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

 span { border-color: rgb(175,222,108); }

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