Html Css Color HEX #6AEB82 Pastel Green

📋 copy color: '#6AEB82'

red 106 ◦ green 235 ◦ blue 130

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

Shades of Pastel Green #6AEB82

Tints of Pastel Green #6AEB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.6%

R = 22.51%
G = 49.89%
B = 27.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#6AEB82 (or 0x6AEB82) is known color: Pastel Green. HEX triplet: 6A, EB and 82. RGB value is (106,235,130). Sum of RGB (Red+Green+Blue) = 106+235+130=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEB82 is #95147D. Grayscale: #B8B8B8. Windows color (decimal): -9770110 or 8579946. OLE color: 8579946.

HSL color Cylindrical-coordinate representation of color #6AEB82: hue angle of 131.16º 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 #6AEB82 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 235 130 -
CMYK 0.55 0 0.45 0.08
HSL 131.16º 0.76% 0.67% -
HSV(B) 131.16º 0.55% 0.92% -
XYZ 39.68 64.09 31.4 -
YUV 184.46 97.26 72.04 -
System Red Green Blue C M Y K H S L
Decimal 106 235 130 0.55 0 0.45 0.08 131.16 0.76 0.67
Hex 6A EB 82 37 0 2D 8 83 4C 43
Octal 152 353 202 67 0 55 10 203 114 103
Binary 1101010 11101011 10000010 110111 0 101101 1000 10000011 1001100 1000011

Color Harmonies of #6AEB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEB82

Black with #6AEB82

Text Example


Text Example

White with #6AEB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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