Html Css Color HEX #6AEA84 Pastel Green

📋 copy color: '#6AEA84'

red 106 ◦ green 234 ◦ blue 132

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

Shades of Pastel Green #6AEA84

Tints of Pastel Green #6AEA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.58%

 BLUE value IS 132 (51.95% from 255) = 27.97%

R = 22.46%
G = 49.58%
B = 27.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#6AEA84 (or 0x6AEA84) is known color: Pastel Green. HEX triplet: 6A, EA and 84. RGB value is (106,234,132). Sum of RGB (Red+Green+Blue) = 106+234+132=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEA84 is #95157B. Grayscale: #B8B8B8. Windows color (decimal): -9770364 or 8710762. OLE color: 8710762.

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

Color convert

RGB 106 234 132 -
CMYK 0.55 0 0.44 0.08
HSL 132.19º 0.75% 0.67% -
HSV(B) 132.19º 0.55% 0.92% -
XYZ 39.53 63.58 32.02 -
YUV 184.1 98.59 72.29 -
System Red Green Blue C M Y K H S L
Decimal 106 234 132 0.55 0 0.44 0.08 132.19 0.75 0.67
Hex 6A EA 84 37 0 2C 8 84 4B 43
Octal 152 352 204 67 0 54 10 204 113 103
Binary 1101010 11101010 10000100 110111 0 101100 1000 10000100 1001011 1000011

Color Harmonies of #6AEA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEA84

Black with #6AEA84

Text Example


Text Example

White with #6AEA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,234,132); }

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

background-color css

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

 a { background-color: rgb(106,234,132); }

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

border-color css

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

 span { border-color: rgb(106,234,132); }

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