Html Css Color HEX #AFAB30 Earls Green

📋 copy color: '#AFAB30'

red 175 ◦ green 171 ◦ blue 48

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

Shades of Earls Green #AFAB30

Tints of Earls Green #AFAB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.18%

R = 44.42%
G = 43.4%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AFAB30 (or 0xAFAB30) is known color: Earls Green. HEX triplet: AF, AB and 30. RGB value is (175,171,48). Sum of RGB (Red+Green+Blue) = 175+171+48=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB30 is #5054CF. Grayscale: #9E9E9E. Windows color (decimal): -5264592 or 3189679. OLE color: 3189679.

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

Color convert

RGB 175 171 48 -
CMYK 0 0.02 0.73 0.31
HSL 58.11º 0.57% 0.44% -
HSV(B) 58.11º 0.73% 0.69% -
XYZ 32.78 38.45 8.49 -
YUV 158.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 175 171 48 0 0.02 0.73 0.31 58.11 0.57 0.44
Hex AF AB 30 0 2 49 1F 3A 39 2C
Octal 257 253 60 0 2 111 37 72 71 54
Binary 10101111 10101011 110000 0 10 1001001 11111 111010 111001 101100

Color Harmonies of #AFAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB30

Black with #AFAB30

Text Example


Text Example

White with #AFAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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