Html Css Color HEX #AFAD2C Earls Green

📋 copy color: '#AFAD2C'

red 175 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #AFAD2C

Tints of Earls Green #AFAD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 44.64%
G = 44.13%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AFAD2C (or 0xAFAD2C) is known color: Earls Green. HEX triplet: AF, AD and 2C. RGB value is (175,173,44). Sum of RGB (Red+Green+Blue) = 175+173+44=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD2C is #5052D3. Grayscale: #9F9F9F. Windows color (decimal): -5264084 or 2928047. OLE color: 2928047.

HSL color Cylindrical-coordinate representation of color #AFAD2C: hue angle of 59.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFAD2C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 173 44 -
CMYK 0 0.01 0.75 0.31
HSL 59.08º 0.6% 0.43% -
HSV(B) 59.08º 0.75% 0.69% -
XYZ 33.08 39.18 8.2 -
YUV 158.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 175 173 44 0 0.01 0.75 0.31 59.08 0.6 0.43
Hex AF AD 2C 0 1 4B 1F 3B 3C 2B
Octal 257 255 54 0 1 113 37 73 74 53
Binary 10101111 10101101 101100 0 1 1001011 11111 111011 111100 101011

Color Harmonies of #AFAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD2C

Black with #AFAD2C

Text Example


Text Example

White with #AFAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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