Html Css Color HEX #6AE145 Mantis

📋 copy color: '#6AE145'

red 106 ◦ green 225 ◦ blue 69

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

Shades of Mantis #6AE145

Tints of Mantis #6AE145

RGB

 RED value IS 106 (41.8% from 255) = 26.5%

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

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 26.5%
G = 56.25%
B = 17.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#6AE145 (or 0x6AE145) is known color: Mantis. HEX triplet: 6A, E1 and 45. RGB value is (106,225,69). Sum of RGB (Red+Green+Blue) = 106+225+69=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE145 is #951EBA. Grayscale: #ACACAC. Windows color (decimal): -9772731 or 4579690. OLE color: 4579690.

HSL color Cylindrical-coordinate representation of color #6AE145: hue angle of 105.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AE145 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 225 69 -
CMYK 0.53 0 0.69 0.12
HSL 105.77º 0.72% 0.58% -
HSV(B) 105.77º 0.69% 0.88% -
XYZ 33.94 57.34 14.91 -
YUV 171.64 70.08 81.18 -
System Red Green Blue C M Y K H S L
Decimal 106 225 69 0.53 0 0.69 0.12 105.77 0.72 0.58
Hex 6A E1 45 35 0 45 C 6A 48 3A
Octal 152 341 105 65 0 105 14 152 110 72
Binary 1101010 11100001 1000101 110101 0 1000101 1100 1101010 1001000 111010

Color Harmonies of #6AE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE145

Black with #6AE145

Text Example


Text Example

White with #6AE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AE145; }

 p { color: rgb(106,225,69); }

 H1.HeaderClassName
 {
   color: #6AE145;
 }
 .AnyTagClassName
 {
   color: #6AE145;
 }
</style>

background-color css

<style>
 a { background-color: #6AE145; }

 a { background-color: rgb(106,225,69); }

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

border-color css

<style>
 span { border-color: #6AE145; }

 span { border-color: rgb(106,225,69); }

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