Html Css Color HEX #AFB42E Earls Green

📋 copy color: '#AFB42E'

red 175 ◦ green 180 ◦ blue 46

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

Shades of Earls Green #AFB42E

Tints of Earls Green #AFB42E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

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

R = 43.64%
G = 44.89%
B = 11.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#AFB42E (or 0xAFB42E) is known color: Earls Green. HEX triplet: AF, B4 and 2E. RGB value is (175,180,46). Sum of RGB (Red+Green+Blue) = 175+180+46=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB42E is #504BD1. Grayscale: #A3A3A3. Windows color (decimal): -5262290 or 3060911. OLE color: 3060911.

HSL color Cylindrical-coordinate representation of color #AFB42E: hue angle of 62.24º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFB42E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 46 -
CMYK 0.03 0 0.74 0.29
HSL 62.24º 0.59% 0.44% -
HSV(B) 62.24º 0.74% 0.71% -
XYZ 34.49 41.95 8.86 -
YUV 163.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 175 180 46 0.03 0 0.74 0.29 62.24 0.59 0.44
Hex AF B4 2E 3 0 4A 1D 3E 3B 2C
Octal 257 264 56 3 0 112 35 76 73 54
Binary 10101111 10110100 101110 11 0 1001010 11101 111110 111011 101100

Color Harmonies of #AFB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB42E

Black with #AFB42E

Text Example


Text Example

White with #AFB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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