Html Css Color HEX #6AE06A Pastel Green

📋 copy color: '#6AE06A'

red 106 ◦ green 224 ◦ blue 106

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

Shades of Pastel Green #6AE06A

Tints of Pastel Green #6AE06A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.38%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 24.31%
G = 51.38%
B = 24.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#6AE06A (or 0x6AE06A) is known color: Pastel Green. HEX triplet: 6A, E0 and 6A. RGB value is (106,224,106). Sum of RGB (Red+Green+Blue) = 106+224+106=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE06A is #951F95. Grayscale: #AFAFAF. Windows color (decimal): -9772950 or 7004266. OLE color: 7004266.

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

Color convert

RGB 106 224 106 -
CMYK 0.53 0 0.53 0.12
HSL 120º 0.66% 0.65% -
HSV(B) 120º 0.53% 0.88% -
XYZ 35.2 57.42 22.86 -
YUV 175.27 88.91 78.59 -
System Red Green Blue C M Y K H S L
Decimal 106 224 106 0.53 0 0.53 0.12 120 0.66 0.65
Hex 6A E0 6A 35 0 35 C 78 42 41
Octal 152 340 152 65 0 65 14 170 102 101
Binary 1101010 11100000 1101010 110101 0 110101 1100 1111000 1000010 1000001

Color Harmonies of #6AE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE06A

Black with #6AE06A

Text Example


Text Example

White with #6AE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,224,106); }

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

background-color css

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

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

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

border-color css

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

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

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