Html Css Color HEX #9BF296 Pale Green

📋 copy color: '#9BF296'

red 155 ◦ green 242 ◦ blue 150

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

Shades of Pale Green #9BF296

Tints of Pale Green #9BF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

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

R = 28.34%
G = 44.24%
B = 27.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#9BF296 (or 0x9BF296) is known color: Pale Green. HEX triplet: 9B, F2 and 96. RGB value is (155,242,150). Sum of RGB (Red+Green+Blue) = 155+242+150=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF296 is #640D69. Grayscale: #CDCDCD. Windows color (decimal): -6557034 or 9892507. OLE color: 9892507.

HSL color Cylindrical-coordinate representation of color #9BF296: hue angle of 116.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF296 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 150 -
CMYK 0.36 0 0.38 0.05
HSL 116.74º 0.78% 0.77% -
HSV(B) 116.74º 0.38% 0.95% -
XYZ 50.77 72.67 40.21 -
YUV 205.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 155 242 150 0.36 0 0.38 0.05 116.74 0.78 0.77
Hex 9B F2 96 24 0 26 5 75 4E 4D
Octal 233 362 226 44 0 46 5 165 116 115
Binary 10011011 11110010 10010110 100100 0 100110 101 1110101 1001110 1001101

Color Harmonies of #9BF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF296

Black with #9BF296

Text Example


Text Example

White with #9BF296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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