#9BF3A4

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

Shades of Pale Green #9BF3A4

Tints of Pale Green #9BF3A4

Color information

#9BF3A4 (or 0x9BF3A4) is unknown color: approx Pale Green. HEX triplet: 9B, F3 and A4. RGB value is (155,243,164). Sum of RGB (Red+Green+Blue) = 155+243+164=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF3A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF3A4 is #640C5B. Grayscale: #CFCFCF. Windows color (decimal): -6556764 or 10810267. OLE color: 10810267.

HSL color Cylindrical-coordinate representation of color #9BF3A4: hue angle of 126.14º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF3A4 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB155243164-
CMYK0.3600.330.05
HSL126.14º78.57%78.04%-
HSV(B)126.14º36.21%95.29%-
XYZ52.2773.7546.6-
YUV207.68103.3590.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.58%
GREEN value IS 243 (95.31% from 255) = 43.24%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=27.58%
G=43.24%
B=29.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552431640.3600.330.05126.1478.5778.04
Hex9BF3A42402157e4f4e
Octal233363244440415176117116
Binary1001101111110011101001001001000100001101111111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,243,164); }

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

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

 a { background-color: rgb(155,243,164); }

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

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

 span { border-color: rgb(155,243,164); }

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