Html Css Color HEX #AFE16E Conifer

📋 copy color: '#AFE16E'

red 175 ◦ green 225 ◦ blue 110

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

Shades of Conifer #AFE16E

Tints of Conifer #AFE16E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.12%

 BLUE value IS 110 (43.36% from 255) = 21.57%

R = 34.31%
G = 44.12%
B = 21.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#AFE16E (or 0xAFE16E) is known color: Conifer. HEX triplet: AF, E1 and 6E. RGB value is (175,225,110). Sum of RGB (Red+Green+Blue) = 175+225+110=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE16E is #501E91. Grayscale: #C5C5C5. Windows color (decimal): -5250706 or 7266735. OLE color: 7266735.

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

Color convert

RGB 175 225 110 -
CMYK 0.22 0 0.51 0.12
HSL 86.09º 0.66% 0.66% -
HSV(B) 86.09º 0.51% 0.88% -
XYZ 47.42 64.09 24.62 -
YUV 196.94 78.94 112.35 -
System Red Green Blue C M Y K H S L
Decimal 175 225 110 0.22 0 0.51 0.12 86.09 0.66 0.66
Hex AF E1 6E 16 0 33 C 56 42 42
Octal 257 341 156 26 0 63 14 126 102 102
Binary 10101111 11100001 1101110 10110 0 110011 1100 1010110 1000010 1000010

Color Harmonies of #AFE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE16E

Black with #AFE16E

Text Example


Text Example

White with #AFE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE16E; }

 p { color: rgb(175,225,110); }

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

background-color css

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

 a { background-color: rgb(175,225,110); }

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

border-color css

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

 span { border-color: rgb(175,225,110); }

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