#9BEFA5

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

Shades of Pale Green #9BEFA5

Tints of Pale Green #9BEFA5

Color information

#9BEFA5 (or 0x9BEFA5) is unknown color: approx Pale Green. HEX triplet: 9B, EF and A5. RGB value is (155,239,165). Sum of RGB (Red+Green+Blue) = 155+239+165=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFA5 is #64105A. Grayscale: #CDCDCD. Windows color (decimal): -6557787 or 10874779. OLE color: 10874779.

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

Color convert

RGB155239165-
CMYK0.3500.310.06
HSL127.14º72.41%77.25%-
HSV(B)127.14º35.15%93.73%-
XYZ51.1871.4246.69-
YUV205.45105.1792.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 165 (64.84% from 255) = 29.52%
R=27.73%
G=42.75%
B=29.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552391650.3500.310.06127.1472.4177.25
Hex9BEFA52301F67f484d
Octal233357245430376177110115
Binary100110111110111110100101100011011111110111111110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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