Html Css Color HEX #AFB11A Earls Green

📋 copy color: '#AFB11A'

red 175 ◦ green 177 ◦ blue 26

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

Shades of Earls Green #AFB11A

Tints of Earls Green #AFB11A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.83%

 BLUE value IS 26 (10.55% from 255) = 6.88%

R = 46.3%
G = 46.83%
B = 6.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AFB11A (or 0xAFB11A) is known color: Earls Green. HEX triplet: AF, B1 and 1A. RGB value is (175,177,26). Sum of RGB (Red+Green+Blue) = 175+177+26=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB11A is #504EE5. Grayscale: #9F9F9F. Windows color (decimal): -5263078 or 1749423. OLE color: 1749423.

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

Color convert

RGB 175 177 26 -
CMYK 0.01 0 0.85 0.31
HSL 60.79º 0.74% 0.4% -
HSV(B) 60.79º 0.85% 0.69% -
XYZ 33.59 40.63 7.05 -
YUV 159.19 52.84 139.28 -
System Red Green Blue C M Y K H S L
Decimal 175 177 26 0.01 0 0.85 0.31 60.79 0.74 0.4
Hex AF B1 1A 1 0 55 1F 3D 4A 28
Octal 257 261 32 1 0 125 37 75 112 50
Binary 10101111 10110001 11010 1 0 1010101 11111 111101 1001010 101000

Color Harmonies of #AFB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB11A

Black with #AFB11A

Text Example


Text Example

White with #AFB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB11A; }

 p { color: rgb(175,177,26); }

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

background-color css

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

 a { background-color: rgb(175,177,26); }

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

border-color css

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

 span { border-color: rgb(175,177,26); }

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