#8AAF35

Color #8AAF35 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8AAF35

Tints of Limerick #8AAF35

Color information

#8AAF35 (or 0x8AAF35) is unknown color: approx Limerick. HEX triplet: 8A, AF and 35. RGB value is (138,175,53). Sum of RGB (Red+Green+Blue) = 138+175+53=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF35 is #7550CA. Grayscale: #969696. Windows color (decimal): -7688395 or 3518346. OLE color: 3518346.

HSL color Cylindrical-coordinate representation of color #8AAF35: hue angle of 78.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AAF35 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB13817553-
CMYK0.2100.700.31
HSL78.2º53.51%44.71%-
HSV(B)78.2º69.71%68.63%-
XYZ26.4536.328.98-
YUV150.0373.24119.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.70%
GREEN value IS 175 (68.75% from 255) = 47.81%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=37.70%
G=47.81%
B=14.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175530.2100.700.3178.253.5144.71
Hex8AAF35150461F4e362d
Octal21225765250106371166655
Binary10001010101011111101011010101000110111111001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAF35; }

 p { color: rgb(138,175,53); }

 H1.HeaderClassName
 {
   color: #8AAF35;
 }
 .AnyTagClassName
 {
   color: #8AAF35;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #8AAF35;
 }
 .BgClassName
 {
   background-color: #8AAF35;
 }
</style>
border-color css

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

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

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