Html Css Color HEX #6AE25D Pastel Green

📋 copy color: '#6AE25D'

red 106 ◦ green 226 ◦ blue 93

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

Shades of Pastel Green #6AE25D

Tints of Pastel Green #6AE25D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.18%

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 24.94%
G = 53.18%
B = 21.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#6AE25D (or 0x6AE25D) is known color: Pastel Green. HEX triplet: 6A, E2 and 5D. RGB value is (106,226,93). Sum of RGB (Red+Green+Blue) = 106+226+93=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 226 (88.67% from 255 or 53.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE25D is #951DA2. Grayscale: #AFAFAF. Windows color (decimal): -9772451 or 6152810. OLE color: 6152810.

HSL color Cylindrical-coordinate representation of color #6AE25D: hue angle of 114.14º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AE25D is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 106 226 93 -
CMYK 0.53 0 0.59 0.11
HSL 114.14º 0.7% 0.63% -
HSV(B) 114.14º 0.59% 0.89% -
XYZ 35.12 58.25 19.75 -
YUV 174.96 81.74 78.81 -
System Red Green Blue C M Y K H S L
Decimal 106 226 93 0.53 0 0.59 0.11 114.14 0.7 0.63
Hex 6A E2 5D 35 0 3B B 72 46 3F
Octal 152 342 135 65 0 73 13 162 106 77
Binary 1101010 11100010 1011101 110101 0 111011 1011 1110010 1000110 111111

Color Harmonies of #6AE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE25D

Black with #6AE25D

Text Example


Text Example

White with #6AE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,226,93); }

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

background-color css

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

 a { background-color: rgb(106,226,93); }

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

border-color css

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

 span { border-color: rgb(106,226,93); }

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