Html Css Color HEX #8AC321 Limerick

📋 copy color: '#8AC321'

red 138 ◦ green 195 ◦ blue 33

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

Shades of Limerick #8AC321

Tints of Limerick #8AC321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.28%

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

R = 37.7%
G = 53.28%
B = 9.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#8AC321 (or 0x8AC321) is known color: Limerick. HEX triplet: 8A, C3 and 21. RGB value is (138,195,33). Sum of RGB (Red+Green+Blue) = 138+195+33=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC321 is #753CDE. Grayscale: #A0A0A0. Windows color (decimal): -7683295 or 2212746. OLE color: 2212746.

HSL color Cylindrical-coordinate representation of color #8AC321: hue angle of 81.11º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AC321 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 195 33 -
CMYK 0.29 0 0.83 0.24
HSL 81.11º 0.71% 0.45% -
HSV(B) 81.11º 0.83% 0.76% -
XYZ 30.27 44.54 8.44 -
YUV 159.49 56.62 112.67 -
System Red Green Blue C M Y K H S L
Decimal 138 195 33 0.29 0 0.83 0.24 81.11 0.71 0.45
Hex 8A C3 21 1D 0 53 18 51 47 2D
Octal 212 303 41 35 0 123 30 121 107 55
Binary 10001010 11000011 100001 11101 0 1010011 11000 1010001 1000111 101101

Color Harmonies of #8AC321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC321

Black with #8AC321

Text Example


Text Example

White with #8AC321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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