Html Css Color HEX #AFF860 Conifer

📋 copy color: '#AFF860'

red 175 ◦ green 248 ◦ blue 96

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

Shades of Conifer #AFF860

Tints of Conifer #AFF860

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

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

R = 33.72%
G = 47.78%
B = 18.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#AFF860 (or 0xAFF860) is known color: Conifer. HEX triplet: AF, F8 and 60. RGB value is (175,248,96). Sum of RGB (Red+Green+Blue) = 175+248+96=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF860 is #50079F. Grayscale: #D1D1D1. Windows color (decimal): -5244832 or 6355119. OLE color: 6355119.

HSL color Cylindrical-coordinate representation of color #AFF860: hue angle of 88.82º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFF860 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 96 -
CMYK 0.29 0 0.61 0.03
HSL 88.82º 0.92% 0.67% -
HSV(B) 88.82º 0.61% 0.97% -
XYZ 53.36 77.09 23.13 -
YUV 208.85 64.32 103.86 -
System Red Green Blue C M Y K H S L
Decimal 175 248 96 0.29 0 0.61 0.03 88.82 0.92 0.67
Hex AF F8 60 1D 0 3D 3 59 5C 43
Octal 257 370 140 35 0 75 3 131 134 103
Binary 10101111 11111000 1100000 11101 0 111101 11 1011001 1011100 1000011

Color Harmonies of #AFF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF860

Black with #AFF860

Text Example


Text Example

White with #AFF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF860; }

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

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

background-color css

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

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

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

border-color css

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

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

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