Html Css Color HEX #AFB22A Earls Green

📋 copy color: '#AFB22A'

red 175 ◦ green 178 ◦ blue 42

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

Shades of Earls Green #AFB22A

Tints of Earls Green #AFB22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.06%

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 44.3%
G = 45.06%
B = 10.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#AFB22A (or 0xAFB22A) is known color: Earls Green. HEX triplet: AF, B2 and 2A. RGB value is (175,178,42). Sum of RGB (Red+Green+Blue) = 175+178+42=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB22A is #504DD5. Grayscale: #A2A2A2. Windows color (decimal): -5262806 or 2798255. OLE color: 2798255.

HSL color Cylindrical-coordinate representation of color #AFB22A: hue angle of 61.32º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFB22A is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 42 -
CMYK 0.02 0 0.76 0.30
HSL 61.32º 0.62% 0.43% -
HSV(B) 61.32º 0.76% 0.7% -
XYZ 34.02 41.12 8.33 -
YUV 161.6 60.51 137.56 -
System Red Green Blue C M Y K H S L
Decimal 175 178 42 0.02 0 0.76 0.30 61.32 0.62 0.43
Hex AF B2 2A 2 0 4C 1E 3D 3E 2B
Octal 257 262 52 2 0 114 36 75 76 53
Binary 10101111 10110010 101010 10 0 1001100 11110 111101 111110 101011

Color Harmonies of #AFB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB22A

Black with #AFB22A

Text Example


Text Example

White with #AFB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB22A; }

 p { color: rgb(175,178,42); }

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

background-color css

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

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

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

border-color css

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

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

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