Html Css Color HEX #6AD25D Pastel Green

📋 copy color: '#6AD25D'

red 106 ◦ green 210 ◦ blue 93

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

Shades of Pastel Green #6AD25D

Tints of Pastel Green #6AD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.34%

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

R = 25.92%
G = 51.34%
B = 22.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#6AD25D (or 0x6AD25D) is known color: Pastel Green. HEX triplet: 6A, D2 and 5D. RGB value is (106,210,93). Sum of RGB (Red+Green+Blue) = 106+210+93=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD25D is #952DA2. Grayscale: #A5A5A5. Windows color (decimal): -9776547 or 6148714. OLE color: 6148714.

HSL color Cylindrical-coordinate representation of color #6AD25D: hue angle of 113.33º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AD25D is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 210 93 -
CMYK 0.50 0 0.56 0.18
HSL 113.33º 0.57% 0.59% -
HSV(B) 113.33º 0.56% 0.82% -
XYZ 30.97 49.95 18.36 -
YUV 165.57 87.04 85.51 -
System Red Green Blue C M Y K H S L
Decimal 106 210 93 0.50 0 0.56 0.18 113.33 0.57 0.59
Hex 6A D2 5D 32 0 38 12 71 39 3B
Octal 152 322 135 62 0 70 22 161 71 73
Binary 1101010 11010010 1011101 110010 0 111000 10010 1110001 111001 111011

Color Harmonies of #6AD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD25D

Black with #6AD25D

Text Example


Text Example

White with #6AD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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