Html Css Color HEX #AFAC28 Earls Green

📋 copy color: '#AFAC28'

red 175 ◦ green 172 ◦ blue 40

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

Shades of Earls Green #AFAC28

Tints of Earls Green #AFAC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 45.22%
G = 44.44%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AFAC28 (or 0xAFAC28) is known color: Earls Green. HEX triplet: AF, AC and 28. RGB value is (175,172,40). Sum of RGB (Red+Green+Blue) = 175+172+40=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC28 is #5053D7. Grayscale: #9E9E9E. Windows color (decimal): -5264344 or 2665647. OLE color: 2665647.

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

Color convert

RGB 175 172 40 -
CMYK 0 0.02 0.77 0.31
HSL 58.67º 0.63% 0.42% -
HSV(B) 58.67º 0.77% 0.69% -
XYZ 32.81 38.77 7.76 -
YUV 157.85 61.49 140.23 -
System Red Green Blue C M Y K H S L
Decimal 175 172 40 0 0.02 0.77 0.31 58.67 0.63 0.42
Hex AF AC 28 0 2 4D 1F 3B 3F 2A
Octal 257 254 50 0 2 115 37 73 77 52
Binary 10101111 10101100 101000 0 10 1001101 11111 111011 111111 101010

Color Harmonies of #AFAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC28

Black with #AFAC28

Text Example


Text Example

White with #AFAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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