#9BEFA2

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

Shades of Pale Green #9BEFA2

Tints of Pale Green #9BEFA2

Color information

#9BEFA2 (or 0x9BEFA2) is unknown color: approx Pale Green. HEX triplet: 9B, EF and A2. RGB value is (155,239,162). Sum of RGB (Red+Green+Blue) = 155+239+162=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFA2 is #64105D. Grayscale: #CDCDCD. Windows color (decimal): -6557790 or 10678171. OLE color: 10678171.

HSL color Cylindrical-coordinate representation of color #9BEFA2: hue angle of 125º 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 #9BEFA2 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB155239162-
CMYK0.3500.320.06
HSL125º72.41%77.25%-
HSV(B)125º35.15%93.73%-
XYZ50.9171.3145.26-
YUV205.11103.6792.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 162 (63.67% from 255) = 29.14%
R=27.88%
G=42.99%
B=29.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552391620.3500.320.0612572.4177.25
Hex9BEFA22302067d484d
Octal233357242430406175110115
Binary1001101111101111101000101000110100000110111110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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