Html Css Color HEX #8AC315 Limerick

📋 copy color: '#8AC315'

red 138 ◦ green 195 ◦ blue 21

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

Shades of Limerick #8AC315

Tints of Limerick #8AC315

RGB

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

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

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

R = 38.98%
G = 55.08%
B = 5.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#8AC315 (or 0x8AC315) is known color: Limerick. HEX triplet: 8A, C3 and 15. RGB value is (138,195,21). Sum of RGB (Red+Green+Blue) = 138+195+21=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC315 is #753CEA. Grayscale: #9E9E9E. Windows color (decimal): -7683307 or 1426314. OLE color: 1426314.

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

Color convert

RGB 138 195 21 -
CMYK 0.29 0 0.89 0.24
HSL 79.66º 0.81% 0.42% -
HSV(B) 79.66º 0.89% 0.76% -
XYZ 30.13 44.49 7.71 -
YUV 158.12 50.62 113.65 -
System Red Green Blue C M Y K H S L
Decimal 138 195 21 0.29 0 0.89 0.24 79.66 0.81 0.42
Hex 8A C3 15 1D 0 59 18 50 51 2A
Octal 212 303 25 35 0 131 30 120 121 52
Binary 10001010 11000011 10101 11101 0 1011001 11000 1010000 1010001 101010

Color Harmonies of #8AC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC315

Black with #8AC315

Text Example


Text Example

White with #8AC315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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