Html Css Color HEX #8AAF35 Limerick

📋 copy color: '#8AAF35'

red 138 ◦ green 175 ◦ blue 53

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

Shades of Limerick #8AAF35

Tints of Limerick #8AAF35

RGB

 RED value IS 138 (54.3% from 255) = 37.7%

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

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 37.7%
G = 47.81%
B = 14.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#8AAF35 (or 0x8AAF35) is known color: 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

RGB 138 175 53 -
CMYK 0.21 0 0.70 0.31
HSL 78.2º 0.54% 0.45% -
HSV(B) 78.2º 0.7% 0.69% -
XYZ 26.45 36.32 8.98 -
YUV 150.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 138 175 53 0.21 0 0.70 0.31 78.2 0.54 0.45
Hex 8A AF 35 15 0 46 1F 4E 36 2D
Octal 212 257 65 25 0 106 37 116 66 55
Binary 10001010 10101111 110101 10101 0 1000110 11111 1001110 110110 101101

Color Harmonies of #8AAF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF35

Black with #8AAF35

Text Example


Text Example

White with #8AAF35

Text Example


Text Example

HTML Codes & Css Web 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>