Html Css Color HEX #9FF295 Pale Green

📋 copy color: '#9FF295'

red 159 ◦ green 242 ◦ blue 149

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

Shades of Pale Green #9FF295

Tints of Pale Green #9FF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

 BLUE value IS 149 (58.59% from 255) = 27.09%

R = 28.91%
G = 44%
B = 27.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#9FF295 (or 0x9FF295) is known color: Pale Green. HEX triplet: 9F, F2 and 95. RGB value is (159,242,149). Sum of RGB (Red+Green+Blue) = 159+242+149=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF295 is #600D6A. Grayscale: #CECECE. Windows color (decimal): -6294891 or 9826975. OLE color: 9826975.

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

Color convert

RGB 159 242 149 -
CMYK 0.34 0 0.38 0.05
HSL 113.55º 0.78% 0.77% -
HSV(B) 113.55º 0.38% 0.95% -
XYZ 51.48 73.05 39.82 -
YUV 206.58 95.5 94.06 -
System Red Green Blue C M Y K H S L
Decimal 159 242 149 0.34 0 0.38 0.05 113.55 0.78 0.77
Hex 9F F2 95 22 0 26 5 72 4E 4D
Octal 237 362 225 42 0 46 5 162 116 115
Binary 10011111 11110010 10010101 100010 0 100110 101 1110010 1001110 1001101

Color Harmonies of #9FF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF295

Black with #9FF295

Text Example


Text Example

White with #9FF295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,149); }

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

background-color css

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

 a { background-color: rgb(159,242,149); }

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

border-color css

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

 span { border-color: rgb(159,242,149); }

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