Html Css Color HEX #AFD962 Conifer

📋 copy color: '#AFD962'

red 175 ◦ green 217 ◦ blue 98

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

Shades of Conifer #AFD962

Tints of Conifer #AFD962

RGB

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

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

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

R = 35.71%
G = 44.29%
B = 20%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#AFD962 (or 0xAFD962) is known color: Conifer. HEX triplet: AF, D9 and 62. RGB value is (175,217,98). Sum of RGB (Red+Green+Blue) = 175+217+98=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD962 is #50269D. Grayscale: #BFBFBF. Windows color (decimal): -5252766 or 6478255. OLE color: 6478255.

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

Color convert

RGB 175 217 98 -
CMYK 0.19 0 0.55 0.15
HSL 81.18º 0.61% 0.62% -
HSV(B) 81.18º 0.55% 0.85% -
XYZ 44.7 59.62 20.71 -
YUV 190.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 175 217 98 0.19 0 0.55 0.15 81.18 0.61 0.62
Hex AF D9 62 13 0 37 F 51 3D 3E
Octal 257 331 142 23 0 67 17 121 75 76
Binary 10101111 11011001 1100010 10011 0 110111 1111 1010001 111101 111110

Color Harmonies of #AFD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD962

Black with #AFD962

Text Example


Text Example

White with #AFD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD962; }

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

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

background-color css

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

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

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

border-color css

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

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

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