Html Css Color HEX #8AD04C Mantis

📋 copy color: '#8AD04C'

red 138 ◦ green 208 ◦ blue 76

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

Shades of Mantis #8AD04C

Tints of Mantis #8AD04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 32.7%
G = 49.29%
B = 18.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#8AD04C (or 0x8AD04C) is known color: Mantis. HEX triplet: 8A, D0 and 4C. RGB value is (138,208,76). Sum of RGB (Red+Green+Blue) = 138+208+76=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD04C is #752FB3. Grayscale: #ACACAC. Windows color (decimal): -7679924 or 5034122. OLE color: 5034122.

HSL color Cylindrical-coordinate representation of color #8AD04C: hue angle of 91.82º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AD04C is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 208 76 -
CMYK 0.34 0 0.63 0.18
HSL 91.82º 0.58% 0.56% -
HSV(B) 91.82º 0.63% 0.82% -
XYZ 34.34 51.04 14.88 -
YUV 172.02 73.81 103.73 -
System Red Green Blue C M Y K H S L
Decimal 138 208 76 0.34 0 0.63 0.18 91.82 0.58 0.56
Hex 8A D0 4C 22 0 3F 12 5C 3A 38
Octal 212 320 114 42 0 77 22 134 72 70
Binary 10001010 11010000 1001100 100010 0 111111 10010 1011100 111010 111000

Color Harmonies of #8AD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD04C

Black with #8AD04C

Text Example


Text Example

White with #8AD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,208,76); }

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

background-color css

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

 a { background-color: rgb(138,208,76); }

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

border-color css

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

 span { border-color: rgb(138,208,76); }

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