Html Css Color HEX #8CDA5A Mantis

📋 copy color: '#8CDA5A'

red 140 ◦ green 218 ◦ blue 90

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

Shades of Mantis #8CDA5A

Tints of Mantis #8CDA5A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.66%

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 31.25%
G = 48.66%
B = 20.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#8CDA5A (or 0x8CDA5A) is known color: Mantis. HEX triplet: 8C, DA and 5A. RGB value is (140,218,90). Sum of RGB (Red+Green+Blue) = 140+218+90=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA5A is #7325A5. Grayscale: #B4B4B4. Windows color (decimal): -7546278 or 5954188. OLE color: 5954188.

HSL color Cylindrical-coordinate representation of color #8CDA5A: hue angle of 96.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CDA5A is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 90 -
CMYK 0.36 0 0.59 0.15
HSL 96.56º 0.63% 0.6% -
HSV(B) 96.56º 0.59% 0.85% -
XYZ 37.73 56.46 18.58 -
YUV 180.09 77.16 99.41 -
System Red Green Blue C M Y K H S L
Decimal 140 218 90 0.36 0 0.59 0.15 96.56 0.63 0.6
Hex 8C DA 5A 24 0 3B F 61 3F 3C
Octal 214 332 132 44 0 73 17 141 77 74
Binary 10001100 11011010 1011010 100100 0 111011 1111 1100001 111111 111100

Color Harmonies of #8CDA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA5A

Black with #8CDA5A

Text Example


Text Example

White with #8CDA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,90); }

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

background-color css

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

 a { background-color: rgb(140,218,90); }

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

border-color css

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

 span { border-color: rgb(140,218,90); }

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