Html Css Color HEX #AFE162 Conifer

📋 copy color: '#AFE162'

red 175 ◦ green 225 ◦ blue 98

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

Shades of Conifer #AFE162

Tints of Conifer #AFE162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.68%

R = 35.14%
G = 45.18%
B = 19.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#AFE162 (or 0xAFE162) is known color: Conifer. HEX triplet: AF, E1 and 62. RGB value is (175,225,98). Sum of RGB (Red+Green+Blue) = 175+225+98=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE162 is #501E9D. Grayscale: #C4C4C4. Windows color (decimal): -5250718 or 6480303. OLE color: 6480303.

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

Color convert

RGB 175 225 98 -
CMYK 0.22 0 0.56 0.12
HSL 83.62º 0.68% 0.63% -
HSV(B) 83.62º 0.56% 0.88% -
XYZ 46.81 63.85 21.41 -
YUV 195.57 72.94 113.33 -
System Red Green Blue C M Y K H S L
Decimal 175 225 98 0.22 0 0.56 0.12 83.62 0.68 0.63
Hex AF E1 62 16 0 38 C 54 44 3F
Octal 257 341 142 26 0 70 14 124 104 77
Binary 10101111 11100001 1100010 10110 0 111000 1100 1010100 1000100 111111

Color Harmonies of #AFE162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE162

Black with #AFE162

Text Example


Text Example

White with #AFE162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE162; }

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

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

background-color css

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

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

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

border-color css

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

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

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