Html Css Color HEX #AFE860 Conifer

📋 copy color: '#AFE860'

red 175 ◦ green 232 ◦ blue 96

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

Shades of Conifer #AFE860

Tints of Conifer #AFE860

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.12%

 BLUE value IS 96 (37.89% from 255) = 19.09%

R = 34.79%
G = 46.12%
B = 19.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#AFE860 (or 0xAFE860) is known color: Conifer. HEX triplet: AF, E8 and 60. RGB value is (175,232,96). Sum of RGB (Red+Green+Blue) = 175+232+96=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE860 is #50179F. Grayscale: #C7C7C7. Windows color (decimal): -5248928 or 6351023. OLE color: 6351023.

HSL color Cylindrical-coordinate representation of color #AFE860: hue angle of 85.15º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE860 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 96 -
CMYK 0.25 0 0.59 0.09
HSL 85.15º 0.75% 0.64% -
HSV(B) 85.15º 0.59% 0.91% -
XYZ 48.65 67.67 21.56 -
YUV 199.45 69.62 110.56 -
System Red Green Blue C M Y K H S L
Decimal 175 232 96 0.25 0 0.59 0.09 85.15 0.75 0.64
Hex AF E8 60 19 0 3B 9 55 4B 40
Octal 257 350 140 31 0 73 11 125 113 100
Binary 10101111 11101000 1100000 11001 0 111011 1001 1010101 1001011 1000000

Color Harmonies of #AFE860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE860

Black with #AFE860

Text Example


Text Example

White with #AFE860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE860; }

 p { color: rgb(175,232,96); }

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

background-color css

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

 a { background-color: rgb(175,232,96); }

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

border-color css

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

 span { border-color: rgb(175,232,96); }

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