Html Css Color HEX #8AC028 Limerick

📋 copy color: '#8AC028'

red 138 ◦ green 192 ◦ blue 40

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

Shades of Limerick #8AC028

Tints of Limerick #8AC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 37.3%
G = 51.89%
B = 10.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#8AC028 (or 0x8AC028) is known color: Limerick. HEX triplet: 8A, C0 and 28. RGB value is (138,192,40). Sum of RGB (Red+Green+Blue) = 138+192+40=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC028 is #753FD7. Grayscale: #9F9F9F. Windows color (decimal): -7684056 or 2670730. OLE color: 2670730.

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

Color convert

RGB 138 192 40 -
CMYK 0.28 0 0.79 0.25
HSL 81.32º 0.66% 0.45% -
HSV(B) 81.32º 0.79% 0.75% -
XYZ 29.71 43.26 8.79 -
YUV 158.53 61.11 113.36 -
System Red Green Blue C M Y K H S L
Decimal 138 192 40 0.28 0 0.79 0.25 81.32 0.66 0.45
Hex 8A C0 28 1C 0 4F 19 51 42 2D
Octal 212 300 50 34 0 117 31 121 102 55
Binary 10001010 11000000 101000 11100 0 1001111 11001 1010001 1000010 101101

Color Harmonies of #8AC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC028

Black with #8AC028

Text Example


Text Example

White with #8AC028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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