Html Css Color HEX #AFAB2E Earls Green

📋 copy color: '#AFAB2E'

red 175 ◦ green 171 ◦ blue 46

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

Shades of Earls Green #AFAB2E

Tints of Earls Green #AFAB2E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 46 (18.36% from 255) = 11.73%

R = 44.64%
G = 43.62%
B = 11.73%

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

#AFAB2E (or 0xAFAB2E) is known color: Earls Green. HEX triplet: AF, AB and 2E. RGB value is (175,171,46). Sum of RGB (Red+Green+Blue) = 175+171+46=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB2E is #5054D1. Grayscale: #9E9E9E. Windows color (decimal): -5264594 or 3058607. OLE color: 3058607.

HSL color Cylindrical-coordinate representation of color #AFAB2E: hue angle of 58.14º degrees, saturation: 0.58, 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 #AFAB2E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 46 -
CMYK 0 0.02 0.74 0.31
HSL 58.14º 0.58% 0.43% -
HSV(B) 58.14º 0.74% 0.69% -
XYZ 32.74 38.44 8.28 -
YUV 157.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 175 171 46 0 0.02 0.74 0.31 58.14 0.58 0.43
Hex AF AB 2E 0 2 4A 1F 3A 3A 2B
Octal 257 253 56 0 2 112 37 72 72 53
Binary 10101111 10101011 101110 0 10 1001010 11111 111010 111010 101011

Color Harmonies of #AFAB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB2E

Black with #AFAB2E

Text Example


Text Example

White with #AFAB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB2E; }

 p { color: rgb(175,171,46); }

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

background-color css

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

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

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

border-color css

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

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

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