Html Css Color HEX #8AC266 Mantis

📋 copy color: '#8AC266'

red 138 ◦ green 194 ◦ blue 102

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

Shades of Mantis #8AC266

Tints of Mantis #8AC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 31.8%
G = 44.7%
B = 23.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#8AC266 (or 0x8AC266) is known color: Mantis. HEX triplet: 8A, C2 and 66. RGB value is (138,194,102). Sum of RGB (Red+Green+Blue) = 138+194+102=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC266 is #753D99. Grayscale: #A7A7A7. Windows color (decimal): -7683482 or 6734474. OLE color: 6734474.

HSL color Cylindrical-coordinate representation of color #8AC266: hue angle of 96.52º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AC266 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 102 -
CMYK 0.29 0 0.47 0.24
HSL 96.52º 0.43% 0.58% -
HSV(B) 96.52º 0.47% 0.76% -
XYZ 32.17 44.95 19.55 -
YUV 166.77 91.45 107.48 -
System Red Green Blue C M Y K H S L
Decimal 138 194 102 0.29 0 0.47 0.24 96.52 0.43 0.58
Hex 8A C2 66 1D 0 2F 18 61 2B 3A
Octal 212 302 146 35 0 57 30 141 53 72
Binary 10001010 11000010 1100110 11101 0 101111 11000 1100001 101011 111010

Color Harmonies of #8AC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC266

Black with #8AC266

Text Example


Text Example

White with #8AC266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,102); }

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

background-color css

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

 a { background-color: rgb(138,194,102); }

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

border-color css

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

 span { border-color: rgb(138,194,102); }

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