Html Css Color HEX #9BFC8C Pale Green

📋 copy color: '#9BFC8C'

red 155 ◦ green 252 ◦ blue 140

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

Shades of Pale Green #9BFC8C

Tints of Pale Green #9BFC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 28.34%
G = 46.07%
B = 25.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#9BFC8C (or 0x9BFC8C) is known color: Pale Green. HEX triplet: 9B, FC and 8C. RGB value is (155,252,140). Sum of RGB (Red+Green+Blue) = 155+252+140=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC8C is #640373. Grayscale: #D2D2D2. Windows color (decimal): -6554484 or 9239707. OLE color: 9239707.

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

Color convert

RGB 155 252 140 -
CMYK 0.38 0 0.44 0.01
HSL 111.96º 0.95% 0.77% -
HSV(B) 111.96º 0.44% 0.99% -
XYZ 53.06 78.48 37.16 -
YUV 210.23 88.36 88.61 -
System Red Green Blue C M Y K H S L
Decimal 155 252 140 0.38 0 0.44 0.01 111.96 0.95 0.77
Hex 9B FC 8C 26 0 2C 1 70 5F 4D
Octal 233 374 214 46 0 54 1 160 137 115
Binary 10011011 11111100 10001100 100110 0 101100 1 1110000 1011111 1001101

Color Harmonies of #9BFC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC8C

Black with #9BFC8C

Text Example


Text Example

White with #9BFC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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