Html Css Color HEX #8CE132 Atlantis

📋 copy color: '#8CE132'

red 140 ◦ green 225 ◦ blue 50

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

Shades of Atlantis #8CE132

Tints of Atlantis #8CE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.22%

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 33.73%
G = 54.22%
B = 12.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#8CE132 (or 0x8CE132) is known color: Atlantis. HEX triplet: 8C, E1 and 32. RGB value is (140,225,50). Sum of RGB (Red+Green+Blue) = 140+225+50=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE132 is #731ECD. Grayscale: #B4B4B4. Windows color (decimal): -7544526 or 3334540. OLE color: 3334540.

HSL color Cylindrical-coordinate representation of color #8CE132: hue angle of 89.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CE132 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 225 50 -
CMYK 0.38 0 0.78 0.12
HSL 89.14º 0.74% 0.54% -
HSV(B) 89.14º 0.78% 0.88% -
XYZ 38.32 59.66 12.51 -
YUV 179.64 54.84 99.73 -
System Red Green Blue C M Y K H S L
Decimal 140 225 50 0.38 0 0.78 0.12 89.14 0.74 0.54
Hex 8C E1 32 26 0 4E C 59 4A 36
Octal 214 341 62 46 0 116 14 131 112 66
Binary 10001100 11100001 110010 100110 0 1001110 1100 1011001 1001010 110110

Color Harmonies of #8CE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE132

Black with #8CE132

Text Example


Text Example

White with #8CE132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,225,50); }

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

background-color css

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

 a { background-color: rgb(140,225,50); }

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

border-color css

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

 span { border-color: rgb(140,225,50); }

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