Html Css Color HEX #9BFC8D Pale Green

📋 copy color: '#9BFC8D'

red 155 ◦ green 252 ◦ blue 141

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

Shades of Pale Green #9BFC8D

Tints of Pale Green #9BFC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.73%

R = 28.28%
G = 45.99%
B = 25.73%

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

#9BFC8D (or 0x9BFC8D) is known color: Pale Green. HEX triplet: 9B, FC and 8D. RGB value is (155,252,141). Sum of RGB (Red+Green+Blue) = 155+252+141=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC8D is #640372. Grayscale: #D2D2D2. Windows color (decimal): -6554483 or 9305243. OLE color: 9305243.

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

Color convert

RGB 155 252 141 -
CMYK 0.38 0 0.44 0.01
HSL 112.43º 0.95% 0.77% -
HSV(B) 112.43º 0.44% 0.99% -
XYZ 53.14 78.51 37.55 -
YUV 210.34 88.86 88.53 -
System Red Green Blue C M Y K H S L
Decimal 155 252 141 0.38 0 0.44 0.01 112.43 0.95 0.77
Hex 9B FC 8D 26 0 2C 1 70 5F 4D
Octal 233 374 215 46 0 54 1 160 137 115
Binary 10011011 11111100 10001101 100110 0 101100 1 1110000 1011111 1001101

Color Harmonies of #9BFC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC8D

Black with #9BFC8D

Text Example


Text Example

White with #9BFC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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