Html Css Color HEX #AFD059 Conifer

📋 copy color: '#AFD059'

red 175 ◦ green 208 ◦ blue 89

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

Shades of Conifer #AFD059

Tints of Conifer #AFD059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

 BLUE value IS 89 (35.16% from 255) = 18.86%

R = 37.08%
G = 44.07%
B = 18.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#AFD059 (or 0xAFD059) is known color: Conifer. HEX triplet: AF, D0 and 59. RGB value is (175,208,89). Sum of RGB (Red+Green+Blue) = 175+208+89=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD059 is #502FA6. Grayscale: #B9B9B9. Windows color (decimal): -5255079 or 5886127. OLE color: 5886127.

HSL color Cylindrical-coordinate representation of color #AFD059: hue angle of 76.64º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFD059 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 89 -
CMYK 0.16 0 0.57 0.18
HSL 76.64º 0.56% 0.58% -
HSV(B) 76.64º 0.57% 0.82% -
XYZ 42.04 54.95 17.84 -
YUV 184.57 74.07 121.18 -
System Red Green Blue C M Y K H S L
Decimal 175 208 89 0.16 0 0.57 0.18 76.64 0.56 0.58
Hex AF D0 59 10 0 39 12 4D 38 3A
Octal 257 320 131 20 0 71 22 115 70 72
Binary 10101111 11010000 1011001 10000 0 111001 10010 1001101 111000 111010

Color Harmonies of #AFD059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD059

Black with #AFD059

Text Example


Text Example

White with #AFD059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD059; }

 p { color: rgb(175,208,89); }

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

background-color css

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

 a { background-color: rgb(175,208,89); }

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

border-color css

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

 span { border-color: rgb(175,208,89); }

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