Html Css Color HEX #8AAE21 Limerick

📋 copy color: '#8AAE21'

red 138 ◦ green 174 ◦ blue 33

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

Shades of Limerick #8AAE21

Tints of Limerick #8AAE21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 40%
G = 50.43%
B = 9.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#8AAE21 (or 0x8AAE21) is known color: Limerick. HEX triplet: 8A, AE and 21. RGB value is (138,174,33). Sum of RGB (Red+Green+Blue) = 138+174+33=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE21 is #7551DE. Grayscale: #939393. Windows color (decimal): -7688671 or 2207370. OLE color: 2207370.

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

Color convert

RGB 138 174 33 -
CMYK 0.21 0 0.81 0.32
HSL 75.32º 0.68% 0.41% -
HSV(B) 75.32º 0.81% 0.68% -
XYZ 25.89 35.79 6.98 -
YUV 147.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 138 174 33 0.21 0 0.81 0.32 75.32 0.68 0.41
Hex 8A AE 21 15 0 51 20 4B 44 29
Octal 212 256 41 25 0 121 40 113 104 51
Binary 10001010 10101110 100001 10101 0 1010001 100000 1001011 1000100 101001

Color Harmonies of #8AAE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE21

Black with #8AAE21

Text Example


Text Example

White with #8AAE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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