Html Css Color HEX #6AEC8C Pastel Green

📋 copy color: '#6AEC8C'

red 106 ◦ green 236 ◦ blue 140

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

Shades of Pastel Green #6AEC8C

Tints of Pastel Green #6AEC8C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

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

R = 21.99%
G = 48.96%
B = 29.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#6AEC8C (or 0x6AEC8C) is known color: Pastel Green. HEX triplet: 6A, EC and 8C. RGB value is (106,236,140). Sum of RGB (Red+Green+Blue) = 106+236+140=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEC8C is #951373. Grayscale: #BABABA. Windows color (decimal): -9769844 or 9235562. OLE color: 9235562.

HSL color Cylindrical-coordinate representation of color #6AEC8C: hue angle of 135.69º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEC8C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 236 140 -
CMYK 0.55 0 0.41 0.07
HSL 135.69º 0.77% 0.67% -
HSV(B) 135.69º 0.55% 0.93% -
XYZ 40.67 64.95 35.2 -
YUV 186.19 101.93 70.81 -
System Red Green Blue C M Y K H S L
Decimal 106 236 140 0.55 0 0.41 0.07 135.69 0.77 0.67
Hex 6A EC 8C 37 0 29 7 88 4D 43
Octal 152 354 214 67 0 51 7 210 115 103
Binary 1101010 11101100 10001100 110111 0 101001 111 10001000 1001101 1000011

Color Harmonies of #6AEC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEC8C

Black with #6AEC8C

Text Example


Text Example

White with #6AEC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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