#9BFD9D

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

Shades of Pale Green #9BFD9D

Tints of Pale Green #9BFD9D

Color information

#9BFD9D (or 0x9BFD9D) is unknown color: approx Pale Green. HEX triplet: 9B, FD and 9D. RGB value is (155,253,157). Sum of RGB (Red+Green+Blue) = 155+253+157=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFD9D is #640262. Grayscale: #D5D5D5. Windows color (decimal): -6554211 or 10354075. OLE color: 10354075.

HSL color Cylindrical-coordinate representation of color #9BFD9D: hue angle of 121.22º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFD9D is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB155253157-
CMYK0.3900.380.01
HSL121.22º96.08%80%-
HSV(B)121.22º38.74%99.22%-
XYZ54.7379.6544.39-
YUV212.7596.5386.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 253 (99.22% from 255) = 44.78%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=27.43%
G=44.78%
B=27.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552531570.3900.380.01121.2296.0880
Hex9BFD9D270261796050
Octal233375235470461171140120
Binary10011011111111011001110110011101001101111100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,253,157); }

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

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

 a { background-color: rgb(155,253,157); }

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

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

 span { border-color: rgb(155,253,157); }

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