Html Css Color HEX #9DF994 Pale Green

📋 copy color: '#9DF994'

red 157 ◦ green 249 ◦ blue 148

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

Shades of Pale Green #9DF994

Tints of Pale Green #9DF994

RGB

 RED value IS 157 (61.72% from 255) = 28.34%

 GREEN value IS 249 (97.66% from 255) = 44.95%

 BLUE value IS 148 (58.2% from 255) = 26.71%

R = 28.34%
G = 44.95%
B = 26.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#9DF994 (or 0x9DF994) is known color: Pale Green. HEX triplet: 9D, F9 and 94. RGB value is (157,249,148). Sum of RGB (Red+Green+Blue) = 157+249+148=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF994 is #62066B. Grayscale: #D2D2D2. Windows color (decimal): -6424172 or 9763229. OLE color: 9763229.

HSL color Cylindrical-coordinate representation of color #9DF994: hue angle of 114.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DF994 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 249 148 -
CMYK 0.37 0 0.41 0.02
HSL 114.65º 0.89% 0.78% -
HSV(B) 114.65º 0.41% 0.98% -
XYZ 53.13 77.06 40.09 -
YUV 209.98 93.02 90.21 -
System Red Green Blue C M Y K H S L
Decimal 157 249 148 0.37 0 0.41 0.02 114.65 0.89 0.78
Hex 9D F9 94 25 0 29 2 73 59 4E
Octal 235 371 224 45 0 51 2 163 131 116
Binary 10011101 11111001 10010100 100101 0 101001 10 1110011 1011001 1001110

Color Harmonies of #9DF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF994

Black with #9DF994

Text Example


Text Example

White with #9DF994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,249,148); }

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

background-color css

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

 a { background-color: rgb(157,249,148); }

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

border-color css

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

 span { border-color: rgb(157,249,148); }

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