Html Css Color HEX #8AC015 Limerick

📋 copy color: '#8AC015'

red 138 ◦ green 192 ◦ blue 21

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

Shades of Limerick #8AC015

Tints of Limerick #8AC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.7%

 BLUE value IS 21 (8.59% from 255) = 5.98%

R = 39.32%
G = 54.7%
B = 5.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#8AC015 (or 0x8AC015) is known color: Limerick. HEX triplet: 8A, C0 and 15. RGB value is (138,192,21). Sum of RGB (Red+Green+Blue) = 138+192+21=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC015 is #753FEA. Grayscale: #9C9C9C. Windows color (decimal): -7684075 or 1425546. OLE color: 1425546.

HSL color Cylindrical-coordinate representation of color #8AC015: hue angle of 78.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AC015 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 21 -
CMYK 0.28 0 0.89 0.25
HSL 78.95º 0.8% 0.42% -
HSV(B) 78.95º 0.89% 0.75% -
XYZ 29.47 43.16 7.49 -
YUV 156.36 51.61 114.9 -
System Red Green Blue C M Y K H S L
Decimal 138 192 21 0.28 0 0.89 0.25 78.95 0.8 0.42
Hex 8A C0 15 1C 0 59 19 4F 50 2A
Octal 212 300 25 34 0 131 31 117 120 52
Binary 10001010 11000000 10101 11100 0 1011001 11001 1001111 1010000 101010

Color Harmonies of #8AC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC015

Black with #8AC015

Text Example


Text Example

White with #8AC015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,21); }

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

background-color css

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

 a { background-color: rgb(138,192,21); }

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

border-color css

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

 span { border-color: rgb(138,192,21); }

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