Html Css Color HEX #AFAC2D Earls Green

📋 copy color: '#AFAC2D'

red 175 ◦ green 172 ◦ blue 45

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

Shades of Earls Green #AFAC2D

Tints of Earls Green #AFAC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.48%

R = 44.64%
G = 43.88%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AFAC2D (or 0xAFAC2D) is known color: Earls Green. HEX triplet: AF, AC and 2D. RGB value is (175,172,45). Sum of RGB (Red+Green+Blue) = 175+172+45=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC2D is #5053D2. Grayscale: #9E9E9E. Windows color (decimal): -5264339 or 2993327. OLE color: 2993327.

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

Color convert

RGB 175 172 45 -
CMYK 0 0.02 0.74 0.31
HSL 58.62º 0.59% 0.43% -
HSV(B) 58.62º 0.74% 0.69% -
XYZ 32.91 38.81 8.24 -
YUV 158.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 175 172 45 0 0.02 0.74 0.31 58.62 0.59 0.43
Hex AF AC 2D 0 2 4A 1F 3B 3B 2B
Octal 257 254 55 0 2 112 37 73 73 53
Binary 10101111 10101100 101101 0 10 1001010 11111 111011 111011 101011

Color Harmonies of #AFAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC2D

Black with #AFAC2D

Text Example


Text Example

White with #AFAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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