Html Css Color HEX #9BFC94 Pale Green

📋 copy color: '#9BFC94'

red 155 ◦ green 252 ◦ blue 148

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

Shades of Pale Green #9BFC94

Tints of Pale Green #9BFC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 27.93%
G = 45.41%
B = 26.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#9BFC94 (or 0x9BFC94) is known color: Pale Green. HEX triplet: 9B, FC and 94. RGB value is (155,252,148). Sum of RGB (Red+Green+Blue) = 155+252+148=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC94 is #64036B. Grayscale: #D3D3D3. Windows color (decimal): -6554476 or 9763995. OLE color: 9763995.

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

Color convert

RGB 155 252 148 -
CMYK 0.38 0 0.41 0.01
HSL 115.96º 0.95% 0.78% -
HSV(B) 115.96º 0.41% 0.99% -
XYZ 53.67 78.73 40.38 -
YUV 211.14 92.36 87.96 -
System Red Green Blue C M Y K H S L
Decimal 155 252 148 0.38 0 0.41 0.01 115.96 0.95 0.78
Hex 9B FC 94 26 0 29 1 74 5F 4E
Octal 233 374 224 46 0 51 1 164 137 116
Binary 10011011 11111100 10010100 100110 0 101001 1 1110100 1011111 1001110

Color Harmonies of #9BFC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC94

Black with #9BFC94

Text Example


Text Example

White with #9BFC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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