Html Css Color HEX #AFAB10 Earls Green

📋 copy color: '#AFAB10'

red 175 ◦ green 171 ◦ blue 16

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

Shades of Earls Green #AFAB10

Tints of Earls Green #AFAB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 48.34%
G = 47.24%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AFAB10 (or 0xAFAB10) is known color: Earls Green. HEX triplet: AF, AB and 10. RGB value is (175,171,16). Sum of RGB (Red+Green+Blue) = 175+171+16=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB10 is #5054EF. Grayscale: #9B9B9B. Windows color (decimal): -5264624 or 1092527. OLE color: 1092527.

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

Color convert

RGB 175 171 16 -
CMYK 0 0.02 0.91 0.31
HSL 58.49º 0.83% 0.37% -
HSV(B) 58.49º 0.91% 0.69% -
XYZ 32.34 38.28 6.17 -
YUV 154.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 175 171 16 0 0.02 0.91 0.31 58.49 0.83 0.37
Hex AF AB 10 0 2 5B 1F 3A 53 25
Octal 257 253 20 0 2 133 37 72 123 45
Binary 10101111 10101011 10000 0 10 1011011 11111 111010 1010011 100101

Color Harmonies of #AFAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB10

Black with #AFAB10

Text Example


Text Example

White with #AFAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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