Html Css Color HEX #9BFC85 Pale Green

📋 copy color: '#9BFC85'

red 155 ◦ green 252 ◦ blue 133

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

Shades of Pale Green #9BFC85

Tints of Pale Green #9BFC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.63%

R = 28.7%
G = 46.67%
B = 24.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#9BFC85 (or 0x9BFC85) is known color: Pale Green. HEX triplet: 9B, FC and 85. RGB value is (155,252,133). Sum of RGB (Red+Green+Blue) = 155+252+133=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC85 is #64037A. Grayscale: #D1D1D1. Windows color (decimal): -6554491 or 8780955. OLE color: 8780955.

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

Color convert

RGB 155 252 133 -
CMYK 0.38 0 0.47 0.01
HSL 108.91º 0.95% 0.75% -
HSV(B) 108.91º 0.47% 0.99% -
XYZ 52.56 78.28 34.53 -
YUV 209.43 84.86 89.18 -
System Red Green Blue C M Y K H S L
Decimal 155 252 133 0.38 0 0.47 0.01 108.91 0.95 0.75
Hex 9B FC 85 26 0 2F 1 6D 5F 4B
Octal 233 374 205 46 0 57 1 155 137 113
Binary 10011011 11111100 10000101 100110 0 101111 1 1101101 1011111 1001011

Color Harmonies of #9BFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC85

Black with #9BFC85

Text Example


Text Example

White with #9BFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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