Html Css Color HEX #9BFA95 Pale Green

📋 copy color: '#9BFA95'

red 155 ◦ green 250 ◦ blue 149

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

Shades of Pale Green #9BFA95

Tints of Pale Green #9BFA95

RGB

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

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

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

R = 27.98%
G = 45.13%
B = 26.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#9BFA95 (or 0x9BFA95) is known color: Pale Green. HEX triplet: 9B, FA and 95. RGB value is (155,250,149). Sum of RGB (Red+Green+Blue) = 155+250+149=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFA95 is #64056A. Grayscale: #D2D2D2. Windows color (decimal): -6554987 or 9829019. OLE color: 9829019.

HSL color Cylindrical-coordinate representation of color #9BFA95: hue angle of 116.44º 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 #9BFA95 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 250 149 -
CMYK 0.38 0 0.40 0.02
HSL 116.44º 0.91% 0.78% -
HSV(B) 116.44º 0.4% 0.98% -
XYZ 53.13 77.51 40.59 -
YUV 210.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 155 250 149 0.38 0 0.40 0.02 116.44 0.91 0.78
Hex 9B FA 95 26 0 28 2 74 5B 4E
Octal 233 372 225 46 0 50 2 164 133 116
Binary 10011011 11111010 10010101 100110 0 101000 10 1110100 1011011 1001110

Color Harmonies of #9BFA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFA95

Black with #9BFA95

Text Example


Text Example

White with #9BFA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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