Html Css Color HEX #6AE18C Pastel Green

📋 copy color: '#6AE18C'

red 106 ◦ green 225 ◦ blue 140

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

Shades of Pastel Green #6AE18C

Tints of Pastel Green #6AE18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 22.51%
G = 47.77%
B = 29.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#6AE18C (or 0x6AE18C) is known color: Pastel Green. HEX triplet: 6A, E1 and 8C. RGB value is (106,225,140). Sum of RGB (Red+Green+Blue) = 106+225+140=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE18C is #951E73. Grayscale: #B3B3B3. Windows color (decimal): -9772660 or 9232746. OLE color: 9232746.

HSL color Cylindrical-coordinate representation of color #6AE18C: hue angle of 137.14º 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 #6AE18C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 225 140 -
CMYK 0.53 0 0.38 0.12
HSL 137.14º 0.66% 0.65% -
HSV(B) 137.14º 0.53% 0.88% -
XYZ 37.6 58.81 34.18 -
YUV 179.73 105.58 75.41 -
System Red Green Blue C M Y K H S L
Decimal 106 225 140 0.53 0 0.38 0.12 137.14 0.66 0.65
Hex 6A E1 8C 35 0 26 C 89 42 41
Octal 152 341 214 65 0 46 14 211 102 101
Binary 1101010 11100001 10001100 110101 0 100110 1100 10001001 1000010 1000001

Color Harmonies of #6AE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE18C

Black with #6AE18C

Text Example


Text Example

White with #6AE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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