Html Css Color HEX #9BFC8E Pale Green

📋 copy color: '#9BFC8E'

red 155 ◦ green 252 ◦ blue 142

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

Shades of Pale Green #9BFC8E

Tints of Pale Green #9BFC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.87%

R = 28.23%
G = 45.9%
B = 25.87%

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

#9BFC8E (or 0x9BFC8E) is known color: Pale Green. HEX triplet: 9B, FC and 8E. RGB value is (155,252,142). Sum of RGB (Red+Green+Blue) = 155+252+142=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC8E is #640371. Grayscale: #D2D2D2. Windows color (decimal): -6554482 or 9370779. OLE color: 9370779.

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

Color convert

RGB 155 252 142 -
CMYK 0.38 0 0.44 0.01
HSL 112.91º 0.95% 0.77% -
HSV(B) 112.91º 0.44% 0.99% -
XYZ 53.21 78.54 37.95 -
YUV 210.46 89.36 88.44 -
System Red Green Blue C M Y K H S L
Decimal 155 252 142 0.38 0 0.44 0.01 112.91 0.95 0.77
Hex 9B FC 8E 26 0 2C 1 71 5F 4D
Octal 233 374 216 46 0 54 1 161 137 115
Binary 10011011 11111100 10001110 100110 0 101100 1 1110001 1011111 1001101

Color Harmonies of #9BFC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC8E

Black with #9BFC8E

Text Example


Text Example

White with #9BFC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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