Html Css Color HEX #8AD268 Mantis

📋 copy color: '#8AD268'

red 138 ◦ green 210 ◦ blue 104

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

Shades of Mantis #8AD268

Tints of Mantis #8AD268

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.46%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 30.53%
G = 46.46%
B = 23.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#8AD268 (or 0x8AD268) is known color: Mantis. HEX triplet: 8A, D2 and 68. RGB value is (138,210,104). Sum of RGB (Red+Green+Blue) = 138+210+104=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD268 is #752D97. Grayscale: #B0B0B0. Windows color (decimal): -7679384 or 6869642. OLE color: 6869642.

HSL color Cylindrical-coordinate representation of color #8AD268: hue angle of 100.75º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AD268 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 104 -
CMYK 0.34 0 0.50 0.18
HSL 100.75º 0.54% 0.62% -
HSV(B) 100.75º 0.5% 0.82% -
XYZ 36.03 52.5 21.33 -
YUV 176.39 87.15 100.62 -
System Red Green Blue C M Y K H S L
Decimal 138 210 104 0.34 0 0.50 0.18 100.75 0.54 0.62
Hex 8A D2 68 22 0 32 12 65 36 3E
Octal 212 322 150 42 0 62 22 145 66 76
Binary 10001010 11010010 1101000 100010 0 110010 10010 1100101 110110 111110

Color Harmonies of #8AD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD268

Black with #8AD268

Text Example


Text Example

White with #8AD268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,210,104); }

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

background-color css

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

 a { background-color: rgb(138,210,104); }

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

border-color css

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

 span { border-color: rgb(138,210,104); }

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