Html Css Color HEX #AFD94C Conifer

📋 copy color: '#AFD94C'

red 175 ◦ green 217 ◦ blue 76

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

Shades of Conifer #AFD94C

Tints of Conifer #AFD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.37%

 BLUE value IS 76 (30.08% from 255) = 16.24%

R = 37.39%
G = 46.37%
B = 16.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#AFD94C (or 0xAFD94C) is known color: Conifer. HEX triplet: AF, D9 and 4C. RGB value is (175,217,76). Sum of RGB (Red+Green+Blue) = 175+217+76=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD94C is #5026B3. Grayscale: #BCBCBC. Windows color (decimal): -5252788 or 5036463. OLE color: 5036463.

HSL color Cylindrical-coordinate representation of color #AFD94C: hue angle of 77.87º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFD94C is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 76 -
CMYK 0.19 0 0.65 0.15
HSL 77.87º 0.65% 0.57% -
HSV(B) 77.87º 0.65% 0.85% -
XYZ 43.8 59.26 15.97 -
YUV 188.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 175 217 76 0.19 0 0.65 0.15 77.87 0.65 0.57
Hex AF D9 4C 13 0 41 F 4E 41 39
Octal 257 331 114 23 0 101 17 116 101 71
Binary 10101111 11011001 1001100 10011 0 1000001 1111 1001110 1000001 111001

Color Harmonies of #AFD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD94C

Black with #AFD94C

Text Example


Text Example

White with #AFD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD94C; }

 p { color: rgb(175,217,76); }

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

background-color css

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

 a { background-color: rgb(175,217,76); }

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

border-color css

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

 span { border-color: rgb(175,217,76); }

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