#6AD67E

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

Shades of Pastel Green #6AD67E

Tints of Pastel Green #6AD67E

Color information

#6AD67E (or 0x6AD67E) is unknown color: approx Pastel Green. HEX triplet: 6A, D6 and 7E. RGB value is (106,214,126). Sum of RGB (Red+Green+Blue) = 106+214+126=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD67E is #952981. Grayscale: #ABABAB. Windows color (decimal): -9775490 or 8312426. OLE color: 8312426.

HSL color Cylindrical-coordinate representation of color #6AD67E: hue angle of 131.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD67E is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB106214126-
CMYK0.5000.410.16
HSL131.11º56.84%62.75%-
HSV(B)131.11º50.47%83.92%-
XYZ33.7652.6628.12-
YUV171.68102.2281.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.77%
GREEN value IS 214 (83.98% from 255) = 47.98%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=23.77%
G=47.98%
B=28.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1062141260.5000.410.16131.1156.8462.75
Hex6AD67E320291083393f
Octal15232617662051202037177
Binary110101011010110111111011001001010011000010000011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,214,126); }

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

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

 a { background-color: rgb(106,214,126); }

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

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

 span { border-color: rgb(106,214,126); }

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