#6AD55E

Color #6AD55E Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6AD55E

Tints of Pastel Green #6AD55E

Color information

#6AD55E (or 0x6AD55E) is unknown color: approx Pastel Green. HEX triplet: 6A, D5 and 5E. RGB value is (106,213,94). Sum of RGB (Red+Green+Blue) = 106+213+94=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD55E is #952AA1. Grayscale: #A7A7A7. Windows color (decimal): -9775778 or 6215018. OLE color: 6215018.

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

Color convert

RGB10621394-
CMYK0.5000.560.16
HSL113.95º58.62%60.2%-
HSV(B)113.95º55.87%83.53%-
XYZ31.7651.4618.85-
YUV167.4486.5584.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.67%
GREEN value IS 213 (83.59% from 255) = 51.57%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=25.67%
G=51.57%
B=22.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal106213940.5000.560.16113.9558.6260.2
Hex6AD55E3203810723b3c
Octal15232513662070201627374
Binary11010101101010110111101100100111000100001110010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,213,94); }

 H1.HeaderClassName
 {
   color: #6AD55E;
 }
 .AnyTagClassName
 {
   color: #6AD55E;
 }
</style>
background-color css

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

 a { background-color: rgb(106,213,94); }

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

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

 span { border-color: rgb(106,213,94); }

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