#9BEFA1

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

Shades of Pale Green #9BEFA1

Tints of Pale Green #9BEFA1

Color information

#9BEFA1 (or 0x9BEFA1) is unknown color: approx Pale Green. HEX triplet: 9B, EF and A1. RGB value is (155,239,161). Sum of RGB (Red+Green+Blue) = 155+239+161=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFA1 is #64105E. Grayscale: #CDCDCD. Windows color (decimal): -6557791 or 10612635. OLE color: 10612635.

HSL color Cylindrical-coordinate representation of color #9BEFA1: hue angle of 124.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFA1 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB155239161-
CMYK0.3500.330.06
HSL124.29º72.41%77.25%-
HSV(B)124.29º35.15%93.73%-
XYZ50.8271.2744.8-
YUV204.99103.1792.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.93%
GREEN value IS 239 (93.75% from 255) = 43.06%
BLUE value IS 161 (63.28% from 255) = 29.01%
R=27.93%
G=43.06%
B=29.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552391610.3500.330.06124.2972.4177.25
Hex9BEFA12302167c484d
Octal233357241430416174110115
Binary1001101111101111101000011000110100001110111110010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,239,161); }

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

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

 a { background-color: rgb(155,239,161); }

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

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

 span { border-color: rgb(155,239,161); }

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