Html Css Color HEX #8CC026 Limerick

📋 copy color: '#8CC026'

red 140 ◦ green 192 ◦ blue 38

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

Shades of Limerick #8CC026

Tints of Limerick #8CC026

RGB

 RED value IS 140 (55.08% from 255) = 37.84%

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

 BLUE value IS 38 (15.23% from 255) = 10.27%

R = 37.84%
G = 51.89%
B = 10.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#8CC026 (or 0x8CC026) is known color: Limerick. HEX triplet: 8C, C0 and 26. RGB value is (140,192,38). Sum of RGB (Red+Green+Blue) = 140+192+38=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC026 is #733FD9. Grayscale: #9F9F9F. Windows color (decimal): -7552986 or 2539660. OLE color: 2539660.

HSL color Cylindrical-coordinate representation of color #8CC026: hue angle of 80.26º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CC026 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 38 -
CMYK 0.27 0 0.80 0.25
HSL 80.26º 0.67% 0.45% -
HSV(B) 80.26º 0.8% 0.75% -
XYZ 30.01 43.41 8.63 -
YUV 158.9 59.77 114.52 -
System Red Green Blue C M Y K H S L
Decimal 140 192 38 0.27 0 0.80 0.25 80.26 0.67 0.45
Hex 8C C0 26 1B 0 50 19 50 43 2D
Octal 214 300 46 33 0 120 31 120 103 55
Binary 10001100 11000000 100110 11011 0 1010000 11001 1010000 1000011 101101

Color Harmonies of #8CC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC026

Black with #8CC026

Text Example


Text Example

White with #8CC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,38); }

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

background-color css

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

 a { background-color: rgb(140,192,38); }

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

border-color css

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

 span { border-color: rgb(140,192,38); }

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