Html Css Color HEX #6AD85D Pastel Green

📋 copy color: '#6AD85D'

red 106 ◦ green 216 ◦ blue 93

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

Shades of Pastel Green #6AD85D

Tints of Pastel Green #6AD85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.05%

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

R = 25.54%
G = 52.05%
B = 22.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#6AD85D (or 0x6AD85D) is known color: Pastel Green. HEX triplet: 6A, D8 and 5D. RGB value is (106,216,93). Sum of RGB (Red+Green+Blue) = 106+216+93=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD85D is #9527A2. Grayscale: #A9A9A9. Windows color (decimal): -9775011 or 6150250. OLE color: 6150250.

HSL color Cylindrical-coordinate representation of color #6AD85D: hue angle of 113.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AD85D is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 216 93 -
CMYK 0.51 0 0.57 0.15
HSL 113.66º 0.61% 0.61% -
HSV(B) 113.66º 0.57% 0.85% -
XYZ 32.48 52.97 18.87 -
YUV 169.09 85.06 83 -
System Red Green Blue C M Y K H S L
Decimal 106 216 93 0.51 0 0.57 0.15 113.66 0.61 0.61
Hex 6A D8 5D 33 0 39 F 72 3D 3D
Octal 152 330 135 63 0 71 17 162 75 75
Binary 1101010 11011000 1011101 110011 0 111001 1111 1110010 111101 111101

Color Harmonies of #6AD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD85D

Black with #6AD85D

Text Example


Text Example

White with #6AD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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