#9BF48E

Color #9BF48E Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9BF48E

Tints of Pale Green #9BF48E

Color information

#9BF48E (or 0x9BF48E) is unknown color: approx Pale Green. HEX triplet: 9B, F4 and 8E. RGB value is (155,244,142). Sum of RGB (Red+Green+Blue) = 155+244+142=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF48E is #640B71. Grayscale: #CECECE. Windows color (decimal): -6556530 or 9368731. OLE color: 9368731.

HSL color Cylindrical-coordinate representation of color #9BF48E: hue angle of 112.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BF48E is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB155244142-
CMYK0.3600.420.04
HSL112.35º82.26%75.69%-
HSV(B)112.35º41.8%95.69%-
XYZ50.7573.6237.13-
YUV205.7692.0191.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.65%
GREEN value IS 244 (95.70% from 255) = 45.10%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=28.65%
G=45.10%
B=26.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552441420.3600.420.04112.3582.2675.69
Hex9BF48E2402A470524c
Octal233364216440524160122114
Binary1001101111110100100011101001000101010100111000010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BF48E; }

 p { color: rgb(155,244,142); }

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

<style>
 a { background-color: #9BF48E; }

 a { background-color: rgb(155,244,142); }

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

<style>
 span { border-color: #9BF48E; }

 span { border-color: rgb(155,244,142); }

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