Html Css Color HEX #AFE76A Conifer

📋 copy color: '#AFE76A'

red 175 ◦ green 231 ◦ blue 106

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

Shades of Conifer #AFE76A

Tints of Conifer #AFE76A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.12%

 BLUE value IS 106 (41.8% from 255) = 20.7%

R = 34.18%
G = 45.12%
B = 20.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#AFE76A (or 0xAFE76A) is known color: Conifer. HEX triplet: AF, E7 and 6A. RGB value is (175,231,106). Sum of RGB (Red+Green+Blue) = 175+231+106=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE76A is #501895. Grayscale: #C8C8C8. Windows color (decimal): -5249174 or 7006127. OLE color: 7006127.

HSL color Cylindrical-coordinate representation of color #AFE76A: hue angle of 86.88º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFE76A is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 106 -
CMYK 0.24 0 0.54 0.09
HSL 86.88º 0.72% 0.66% -
HSV(B) 86.88º 0.54% 0.91% -
XYZ 48.86 67.31 24.05 -
YUV 200.01 74.95 110.16 -
System Red Green Blue C M Y K H S L
Decimal 175 231 106 0.24 0 0.54 0.09 86.88 0.72 0.66
Hex AF E7 6A 18 0 36 9 57 48 42
Octal 257 347 152 30 0 66 11 127 110 102
Binary 10101111 11100111 1101010 11000 0 110110 1001 1010111 1001000 1000010

Color Harmonies of #AFE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE76A

Black with #AFE76A

Text Example


Text Example

White with #AFE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE76A; }

 p { color: rgb(175,231,106); }

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

background-color css

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

 a { background-color: rgb(175,231,106); }

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

border-color css

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

 span { border-color: rgb(175,231,106); }

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