Html Css Color HEX #AFAF25 Earls Green

📋 copy color: '#AFAF25'

red 175 ◦ green 175 ◦ blue 37

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

Shades of Earls Green #AFAF25

Tints of Earls Green #AFAF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.22%

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 45.22%
G = 45.22%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AFAF25 (or 0xAFAF25) is known color: Earls Green. HEX triplet: AF, AF and 25. RGB value is (175,175,37). Sum of RGB (Red+Green+Blue) = 175+175+37=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF25 is #5050DA. Grayscale: #9F9F9F. Windows color (decimal): -5263579 or 2469807. OLE color: 2469807.

HSL color Cylindrical-coordinate representation of color #AFAF25: hue angle of 60º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFAF25 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 175 37 -
CMYK 0 0 0.79 0.31
HSL 60º 0.65% 0.42% -
HSV(B) 60º 0.79% 0.69% -
XYZ 33.34 39.91 7.7 -
YUV 159.27 59 139.22 -
System Red Green Blue C M Y K H S L
Decimal 175 175 37 0 0 0.79 0.31 60 0.65 0.42
Hex AF AF 25 0 0 4F 1F 3C 41 2A
Octal 257 257 45 0 0 117 37 74 101 52
Binary 10101111 10101111 100101 0 0 1001111 11111 111100 1000001 101010

Color Harmonies of #AFAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF25

Black with #AFAF25

Text Example


Text Example

White with #AFAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF25; }

 p { color: rgb(175,175,37); }

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

background-color css

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

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

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

border-color css

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

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

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