#6FF08A

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

Shades of Pastel Green #6FF08A

Tints of Pastel Green #6FF08A

Color information

#6FF08A (or 0x6FF08A) is unknown color: approx Pastel Green. HEX triplet: 6F, F0 and 8A. RGB value is (111,240,138). Sum of RGB (Red+Green+Blue) = 111+240+138=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF08A is #900F75. Grayscale: #BEBEBE. Windows color (decimal): -9441142 or 9105519. OLE color: 9105519.

HSL color Cylindrical-coordinate representation of color #6FF08A: hue angle of 132.56º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF08A is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB111240138-
CMYK0.5400.420.06
HSL132.56º81.13%68.82%-
HSV(B)132.56º53.75%94.12%-
XYZ42.367.5334.85-
YUV189.898.7671.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 240 (94.14% from 255) = 49.08%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=22.70%
G=49.08%
B=28.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1112401380.5400.420.06132.5681.1368.82
Hex6FF08A3602A6855145
Octal157360212660526205121105
Binary1101111111100001000101011011001010101101000010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,240,138); }

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

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

 a { background-color: rgb(111,240,138); }

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

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

 span { border-color: rgb(111,240,138); }

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