Html Css Color HEX #6AD25F Pastel Green

📋 copy color: '#6AD25F'

red 106 ◦ green 210 ◦ blue 95

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

Shades of Pastel Green #6AD25F

Tints of Pastel Green #6AD25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 25.79%
G = 51.09%
B = 23.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#6AD25F (or 0x6AD25F) is known color: Pastel Green. HEX triplet: 6A, D2 and 5F. RGB value is (106,210,95). Sum of RGB (Red+Green+Blue) = 106+210+95=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD25F is #952DA0. Grayscale: #A6A6A6. Windows color (decimal): -9776545 or 6279786. OLE color: 6279786.

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

Color convert

RGB 106 210 95 -
CMYK 0.50 0 0.55 0.18
HSL 114.26º 0.56% 0.6% -
HSV(B) 114.26º 0.55% 0.82% -
XYZ 31.06 49.98 18.84 -
YUV 165.79 88.04 85.35 -
System Red Green Blue C M Y K H S L
Decimal 106 210 95 0.50 0 0.55 0.18 114.26 0.56 0.6
Hex 6A D2 5F 32 0 37 12 72 38 3C
Octal 152 322 137 62 0 67 22 162 70 74
Binary 1101010 11010010 1011111 110010 0 110111 10010 1110010 111000 111100

Color Harmonies of #6AD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD25F

Black with #6AD25F

Text Example


Text Example

White with #6AD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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