Html Css Color HEX #6AEB8D Pastel Green

📋 copy color: '#6AEB8D'

red 106 ◦ green 235 ◦ blue 141

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

Shades of Pastel Green #6AEB8D

Tints of Pastel Green #6AEB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.76%

 BLUE value IS 141 (55.47% from 255) = 29.25%

R = 21.99%
G = 48.76%
B = 29.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#6AEB8D (or 0x6AEB8D) is known color: Pastel Green. HEX triplet: 6A, EB and 8D. RGB value is (106,235,141). Sum of RGB (Red+Green+Blue) = 106+235+141=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEB8D is #951472. Grayscale: #B9B9B9. Windows color (decimal): -9770099 or 9300842. OLE color: 9300842.

HSL color Cylindrical-coordinate representation of color #6AEB8D: hue angle of 136.28º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEB8D is Cyan = 0.55, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 235 141 -
CMYK 0.55 0 0.4 0.08
HSL 136.28º 0.76% 0.67% -
HSV(B) 136.28º 0.55% 0.92% -
XYZ 40.46 64.4 35.5 -
YUV 185.71 102.76 71.14 -
System Red Green Blue C M Y K H S L
Decimal 106 235 141 0.55 0 0.4 0.08 136.28 0.76 0.67
Hex 6A EB 8D 37 0 28 8 88 4C 43
Octal 152 353 215 67 0 50 10 210 114 103
Binary 1101010 11101011 10001101 110111 0 101000 1000 10001000 1001100 1000011

Color Harmonies of #6AEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEB8D

Black with #6AEB8D

Text Example


Text Example

White with #6AEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,235,141); }

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

background-color css

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

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

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

border-color css

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

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

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