Html Css Color HEX #9BF895 Pale Green

📋 copy color: '#9BF895'

red 155 ◦ green 248 ◦ blue 149

#9BF895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #9BF895

Tints of Pale Green #9BF895

RGB

 RED value IS 155 (60.94% from 255) = 28.08%

 GREEN value IS 248 (97.27% from 255) = 44.93%

 BLUE value IS 149 (58.59% from 255) = 26.99%

R = 28.08%
G = 44.93%
B = 26.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#9BF895 (or 0x9BF895) is known color: Pale Green. HEX triplet: 9B, F8 and 95. RGB value is (155,248,149). Sum of RGB (Red+Green+Blue) = 155+248+149=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF895 is #64076A. Grayscale: #D1D1D1. Windows color (decimal): -6555499 or 9828507. OLE color: 9828507.

HSL color Cylindrical-coordinate representation of color #9BF895: hue angle of 116.36º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BF895 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 248 149 -
CMYK 0.38 0 0.40 0.03
HSL 116.36º 0.88% 0.78% -
HSV(B) 116.36º 0.4% 0.97% -
XYZ 52.51 76.27 40.39 -
YUV 208.91 94.19 89.55 -
System Red Green Blue C M Y K H S L
Decimal 155 248 149 0.38 0 0.40 0.03 116.36 0.88 0.78
Hex 9B F8 95 26 0 28 3 74 58 4E
Octal 233 370 225 46 0 50 3 164 130 116
Binary 10011011 11111000 10010101 100110 0 101000 11 1110100 1011000 1001110

Color Harmonies of #9BF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF895

Black with #9BF895

Text Example


Text Example

White with #9BF895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,248,149); }

 H1.HeaderClassName
 {
   color: #9BF895;
 }
 .AnyTagClassName
 {
   color: #9BF895;
 }
</style>

background-color css

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

 a { background-color: rgb(155,248,149); }

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

border-color css

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

 span { border-color: rgb(155,248,149); }

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