Html Css Color HEX #9BFCB5 Pale Green

📋 copy color: '#9BFCB5'

red 155 ◦ green 252 ◦ blue 181

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

Shades of Pale Green #9BFCB5

Tints of Pale Green #9BFCB5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.86%

 BLUE value IS 181 (71.09% from 255) = 30.78%

R = 26.36%
G = 42.86%
B = 30.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#9BFCB5 (or 0x9BFCB5) is known color: Pale Green. HEX triplet: 9B, FC and B5. RGB value is (155,252,181). Sum of RGB (Red+Green+Blue) = 155+252+181=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCB5 is #64034A. Grayscale: #D7D7D7. Windows color (decimal): -6554443 or 11926683. OLE color: 11926683.

HSL color Cylindrical-coordinate representation of color #9BFCB5: hue angle of 136.08º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFCB5 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 252 181 -
CMYK 0.38 0 0.28 0.01
HSL 136.08º 0.94% 0.8% -
HSV(B) 136.08º 0.38% 0.99% -
XYZ 56.67 79.93 56.16 -
YUV 214.9 108.86 85.27 -
System Red Green Blue C M Y K H S L
Decimal 155 252 181 0.38 0 0.28 0.01 136.08 0.94 0.8
Hex 9B FC B5 26 0 1C 1 88 5E 50
Octal 233 374 265 46 0 34 1 210 136 120
Binary 10011011 11111100 10110101 100110 0 11100 1 10001000 1011110 1010000

Color Harmonies of #9BFCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFCB5

Black with #9BFCB5

Text Example


Text Example

White with #9BFCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,252,181); }

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

background-color css

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

 a { background-color: rgb(155,252,181); }

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

border-color css

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

 span { border-color: rgb(155,252,181); }

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