Html Css Color HEX #9FFC85 Pale Green

📋 copy color: '#9FFC85'

red 159 ◦ green 252 ◦ blue 133

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

Shades of Pale Green #9FFC85

Tints of Pale Green #9FFC85

RGB

 RED value IS 159 (62.5% from 255) = 29.23%

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

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

R = 29.23%
G = 46.32%
B = 24.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#9FFC85 (or 0x9FFC85) is known color: Pale Green. HEX triplet: 9F, FC and 85. RGB value is (159,252,133). Sum of RGB (Red+Green+Blue) = 159+252+133=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFC85 is #60037A. Grayscale: #D3D3D3. Windows color (decimal): -6292347 or 8780959. OLE color: 8780959.

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

Color convert

RGB 159 252 133 -
CMYK 0.37 0 0.47 0.01
HSL 106.89º 0.95% 0.75% -
HSV(B) 106.89º 0.47% 0.99% -
XYZ 53.34 78.69 34.57 -
YUV 210.63 84.19 91.18 -
System Red Green Blue C M Y K H S L
Decimal 159 252 133 0.37 0 0.47 0.01 106.89 0.95 0.75
Hex 9F FC 85 25 0 2F 1 6B 5F 4B
Octal 237 374 205 45 0 57 1 153 137 113
Binary 10011111 11111100 10000101 100101 0 101111 1 1101011 1011111 1001011

Color Harmonies of #9FFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFC85

Black with #9FFC85

Text Example


Text Example

White with #9FFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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