Html Css Color HEX #AFAC0F Earls Green

📋 copy color: '#AFAC0F'

red 175 ◦ green 172 ◦ blue 15

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

Shades of Earls Green #AFAC0F

Tints of Earls Green #AFAC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.51%

 BLUE value IS 15 (6.25% from 255) = 4.14%

R = 48.34%
G = 47.51%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AFAC0F (or 0xAFAC0F) is known color: Earls Green. HEX triplet: AF, AC and 0F. RGB value is (175,172,15). Sum of RGB (Red+Green+Blue) = 175+172+15=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAC0F is #5053F0. Grayscale: #9B9B9B. Windows color (decimal): -5264369 or 1027247. OLE color: 1027247.

HSL color Cylindrical-coordinate representation of color #AFAC0F: hue angle of 58.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFAC0F is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 172 15 -
CMYK 0 0.02 0.91 0.31
HSL 58.88º 0.84% 0.37% -
HSV(B) 58.88º 0.91% 0.69% -
XYZ 32.52 38.65 6.2 -
YUV 155 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 175 172 15 0 0.02 0.91 0.31 58.88 0.84 0.37
Hex AF AC F 0 2 5B 1F 3B 54 25
Octal 257 254 17 0 2 133 37 73 124 45
Binary 10101111 10101100 1111 0 10 1011011 11111 111011 1010100 100101

Color Harmonies of #AFAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC0F

Black with #AFAC0F

Text Example


Text Example

White with #AFAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC0F; }

 p { color: rgb(175,172,15); }

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

background-color css

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

 a { background-color: rgb(175,172,15); }

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

border-color css

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

 span { border-color: rgb(175,172,15); }

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