#6CF18A

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

Shades of Pastel Green #6CF18A

Tints of Pastel Green #6CF18A

Color information

#6CF18A (or 0x6CF18A) is unknown color: approx Pastel Green. HEX triplet: 6C, F1 and 8A. RGB value is (108,241,138). Sum of RGB (Red+Green+Blue) = 108+241+138=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF18A is #930E75. Grayscale: #BDBDBD. Windows color (decimal): -9637494 or 9105772. OLE color: 9105772.

HSL color Cylindrical-coordinate representation of color #6CF18A: hue angle of 133.53º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF18A is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB108241138-
CMYK0.5500.430.05
HSL133.53º82.61%68.43%-
HSV(B)133.53º55.19%94.51%-
XYZ42.2367.9334.93-
YUV189.4998.9469.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.18%
GREEN value IS 241 (94.53% from 255) = 49.49%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=22.18%
G=49.49%
B=28.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082411380.5500.430.05133.5382.6168.43
Hex6CF18A3702B5865344
Octal154361212670535206123104
Binary1101100111100011000101011011101010111011000011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,241,138); }

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

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

 a { background-color: rgb(108,241,138); }

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

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

 span { border-color: rgb(108,241,138); }

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