Html Css Color HEX #9BFA96 Pale Green

📋 copy color: '#9BFA96'

red 155 ◦ green 250 ◦ blue 150

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

Shades of Pale Green #9BFA96

Tints of Pale Green #9BFA96

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.05%

 BLUE value IS 150 (58.98% from 255) = 27.03%

R = 27.93%
G = 45.05%
B = 27.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#9BFA96 (or 0x9BFA96) is known color: Pale Green. HEX triplet: 9B, FA and 96. RGB value is (155,250,150). Sum of RGB (Red+Green+Blue) = 155+250+150=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFA96 is #640569. Grayscale: #D2D2D2. Windows color (decimal): -6554986 or 9894555. OLE color: 9894555.

HSL color Cylindrical-coordinate representation of color #9BFA96: hue angle of 117º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BFA96 is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 250 150 -
CMYK 0.38 0 0.4 0.02
HSL 117º 0.91% 0.78% -
HSV(B) 117º 0.4% 0.98% -
XYZ 53.21 77.54 41.02 -
YUV 210.2 94.03 88.63 -
System Red Green Blue C M Y K H S L
Decimal 155 250 150 0.38 0 0.4 0.02 117 0.91 0.78
Hex 9B FA 96 26 0 28 2 75 5B 4E
Octal 233 372 226 46 0 50 2 165 133 116
Binary 10011011 11111010 10010110 100110 0 101000 10 1110101 1011011 1001110

Color Harmonies of #9BFA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFA96

Black with #9BFA96

Text Example


Text Example

White with #9BFA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,250,150); }

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

background-color css

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

 a { background-color: rgb(155,250,150); }

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

border-color css

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

 span { border-color: rgb(155,250,150); }

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