Html Css Color HEX #8AAE35 Limerick

📋 copy color: '#8AAE35'

red 138 ◦ green 174 ◦ blue 53

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

Shades of Limerick #8AAE35

Tints of Limerick #8AAE35

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.67%

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

R = 37.81%
G = 47.67%
B = 14.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#8AAE35 (or 0x8AAE35) is known color: Limerick. HEX triplet: 8A, AE and 35. RGB value is (138,174,53). Sum of RGB (Red+Green+Blue) = 138+174+53=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE35 is #7551CA. Grayscale: #959595. Windows color (decimal): -7688651 or 3518090. OLE color: 3518090.

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

Color convert

RGB 138 174 53 -
CMYK 0.21 0 0.70 0.32
HSL 77.85º 0.53% 0.45% -
HSV(B) 77.85º 0.7% 0.68% -
XYZ 26.26 35.93 8.92 -
YUV 149.44 73.57 119.84 -
System Red Green Blue C M Y K H S L
Decimal 138 174 53 0.21 0 0.70 0.32 77.85 0.53 0.45
Hex 8A AE 35 15 0 46 20 4E 35 2D
Octal 212 256 65 25 0 106 40 116 65 55
Binary 10001010 10101110 110101 10101 0 1000110 100000 1001110 110101 101101

Color Harmonies of #8AAE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE35

Black with #8AAE35

Text Example


Text Example

White with #8AAE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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