Html Css Color HEX #AFAF28 Earls Green

📋 copy color: '#AFAF28'

red 175 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #AFAF28

Tints of Earls Green #AFAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

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

R = 44.87%
G = 44.87%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AFAF28 (or 0xAFAF28) is known color: Earls Green. HEX triplet: AF, AF and 28. RGB value is (175,175,40). Sum of RGB (Red+Green+Blue) = 175+175+40=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF28 is #5050D7. Grayscale: #A0A0A0. Windows color (decimal): -5263576 or 2666415. OLE color: 2666415.

HSL color Cylindrical-coordinate representation of color #AFAF28: hue angle of 60º 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 #AFAF28 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 175 40 -
CMYK 0 0 0.77 0.31
HSL 60º 0.63% 0.42% -
HSV(B) 60º 0.77% 0.69% -
XYZ 33.39 39.93 7.95 -
YUV 159.61 60.5 138.98 -
System Red Green Blue C M Y K H S L
Decimal 175 175 40 0 0 0.77 0.31 60 0.63 0.42
Hex AF AF 28 0 0 4D 1F 3C 3F 2A
Octal 257 257 50 0 0 115 37 74 77 52
Binary 10101111 10101111 101000 0 0 1001101 11111 111100 111111 101010

Color Harmonies of #AFAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF28

Black with #AFAF28

Text Example


Text Example

White with #AFAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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