Html Css Color HEX #AFE160 Conifer

📋 copy color: '#AFE160'

red 175 ◦ green 225 ◦ blue 96

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

Shades of Conifer #AFE160

Tints of Conifer #AFE160

RGB

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

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

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

R = 35.28%
G = 45.36%
B = 19.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#AFE160 (or 0xAFE160) is known color: Conifer. HEX triplet: AF, E1 and 60. RGB value is (175,225,96). Sum of RGB (Red+Green+Blue) = 175+225+96=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE160 is #501E9F. Grayscale: #C3C3C3. Windows color (decimal): -5250720 or 6349231. OLE color: 6349231.

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

Color convert

RGB 175 225 96 -
CMYK 0.22 0 0.57 0.12
HSL 83.26º 0.68% 0.63% -
HSV(B) 83.26º 0.57% 0.88% -
XYZ 46.72 63.81 20.92 -
YUV 195.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 175 225 96 0.22 0 0.57 0.12 83.26 0.68 0.63
Hex AF E1 60 16 0 39 C 53 44 3F
Octal 257 341 140 26 0 71 14 123 104 77
Binary 10101111 11100001 1100000 10110 0 111001 1100 1010011 1000100 111111

Color Harmonies of #AFE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE160

Black with #AFE160

Text Example


Text Example

White with #AFE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE160; }

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

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

background-color css

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

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

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

border-color css

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

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

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