Html Css Color HEX #AFE06C Conifer

📋 copy color: '#AFE06C'

red 175 ◦ green 224 ◦ blue 108

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

Shades of Conifer #AFE06C

Tints of Conifer #AFE06C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

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

R = 34.52%
G = 44.18%
B = 21.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#AFE06C (or 0xAFE06C) is known color: Conifer. HEX triplet: AF, E0 and 6C. RGB value is (175,224,108). Sum of RGB (Red+Green+Blue) = 175+224+108=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE06C is #501F93. Grayscale: #C4C4C4. Windows color (decimal): -5250964 or 7135407. OLE color: 7135407.

HSL color Cylindrical-coordinate representation of color #AFE06C: hue angle of 85.34º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFE06C is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 108 -
CMYK 0.22 0 0.52 0.12
HSL 85.34º 0.65% 0.65% -
HSV(B) 85.34º 0.52% 0.88% -
XYZ 47.04 63.51 23.97 -
YUV 196.13 78.27 112.93 -
System Red Green Blue C M Y K H S L
Decimal 175 224 108 0.22 0 0.52 0.12 85.34 0.65 0.65
Hex AF E0 6C 16 0 34 C 55 41 41
Octal 257 340 154 26 0 64 14 125 101 101
Binary 10101111 11100000 1101100 10110 0 110100 1100 1010101 1000001 1000001

Color Harmonies of #AFE06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE06C

Black with #AFE06C

Text Example


Text Example

White with #AFE06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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