Html Css Color HEX #6AEF8C Pastel Green

📋 copy color: '#6AEF8C'

red 106 ◦ green 239 ◦ blue 140

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

Shades of Pastel Green #6AEF8C

Tints of Pastel Green #6AEF8C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.28%

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

R = 21.86%
G = 49.28%
B = 28.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#6AEF8C (or 0x6AEF8C) is known color: Pastel Green. HEX triplet: 6A, EF and 8C. RGB value is (106,239,140). Sum of RGB (Red+Green+Blue) = 106+239+140=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEF8C is #951073. Grayscale: #BCBCBC. Windows color (decimal): -9769076 or 9236330. OLE color: 9236330.

HSL color Cylindrical-coordinate representation of color #6AEF8C: hue angle of 135.34º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEF8C is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 239 140 -
CMYK 0.56 0 0.41 0.06
HSL 135.34º 0.81% 0.68% -
HSV(B) 135.34º 0.56% 0.94% -
XYZ 41.54 66.69 35.49 -
YUV 187.95 100.94 69.55 -
System Red Green Blue C M Y K H S L
Decimal 106 239 140 0.56 0 0.41 0.06 135.34 0.81 0.68
Hex 6A EF 8C 38 0 29 6 87 51 44
Octal 152 357 214 70 0 51 6 207 121 104
Binary 1101010 11101111 10001100 111000 0 101001 110 10000111 1010001 1000100

Color Harmonies of #6AEF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEF8C

Black with #6AEF8C

Text Example


Text Example

White with #6AEF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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