Html Css Color HEX #6AE14A Mantis

📋 copy color: '#6AE14A'

red 106 ◦ green 225 ◦ blue 74

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

Shades of Mantis #6AE14A

Tints of Mantis #6AE14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 26.17%
G = 55.56%
B = 18.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#6AE14A (or 0x6AE14A) is known color: Mantis. HEX triplet: 6A, E1 and 4A. RGB value is (106,225,74). Sum of RGB (Red+Green+Blue) = 106+225+74=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE14A is #951EB5. Grayscale: #ACACAC. Windows color (decimal): -9772726 or 4907370. OLE color: 4907370.

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

Color convert

RGB 106 225 74 -
CMYK 0.53 0 0.67 0.12
HSL 107.28º 0.72% 0.59% -
HSV(B) 107.28º 0.67% 0.88% -
XYZ 34.11 57.41 15.76 -
YUV 172.21 72.58 80.78 -
System Red Green Blue C M Y K H S L
Decimal 106 225 74 0.53 0 0.67 0.12 107.28 0.72 0.59
Hex 6A E1 4A 35 0 43 C 6B 48 3B
Octal 152 341 112 65 0 103 14 153 110 73
Binary 1101010 11100001 1001010 110101 0 1000011 1100 1101011 1001000 111011

Color Harmonies of #6AE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE14A

Black with #6AE14A

Text Example


Text Example

White with #6AE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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