Html Css Color HEX #AFAD28 Earls Green

📋 copy color: '#AFAD28'

red 175 ◦ green 173 ◦ blue 40

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

Shades of Earls Green #AFAD28

Tints of Earls Green #AFAD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

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

R = 45.1%
G = 44.59%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AFAD28 (or 0xAFAD28) is known color: Earls Green. HEX triplet: AF, AD and 28. RGB value is (175,173,40). Sum of RGB (Red+Green+Blue) = 175+173+40=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD28 is #5052D7. Grayscale: #9E9E9E. Windows color (decimal): -5264088 or 2665903. OLE color: 2665903.

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

Color convert

RGB 175 173 40 -
CMYK 0 0.01 0.77 0.31
HSL 59.11º 0.63% 0.42% -
HSV(B) 59.11º 0.77% 0.69% -
XYZ 33.01 39.15 7.83 -
YUV 158.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 175 173 40 0 0.01 0.77 0.31 59.11 0.63 0.42
Hex AF AD 28 0 1 4D 1F 3B 3F 2A
Octal 257 255 50 0 1 115 37 73 77 52
Binary 10101111 10101101 101000 0 1 1001101 11111 111011 111111 101010

Color Harmonies of #AFAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD28

Black with #AFAD28

Text Example


Text Example

White with #AFAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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