Html Css Color HEX #9BFA8E Pale Green

📋 copy color: '#9BFA8E'

red 155 ◦ green 250 ◦ blue 142

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

Shades of Pale Green #9BFA8E

Tints of Pale Green #9BFA8E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.7%

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

R = 28.34%
G = 45.7%
B = 25.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#9BFA8E (or 0x9BFA8E) is known color: Pale Green. HEX triplet: 9B, FA and 8E. RGB value is (155,250,142). Sum of RGB (Red+Green+Blue) = 155+250+142=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFA8E is #640571. Grayscale: #D1D1D1. Windows color (decimal): -6554994 or 9370267. OLE color: 9370267.

HSL color Cylindrical-coordinate representation of color #9BFA8E: hue angle of 112.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BFA8E is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 250 142 -
CMYK 0.38 0 0.43 0.02
HSL 112.78º 0.92% 0.77% -
HSV(B) 112.78º 0.43% 0.98% -
XYZ 52.59 77.29 37.74 -
YUV 209.28 90.03 89.28 -
System Red Green Blue C M Y K H S L
Decimal 155 250 142 0.38 0 0.43 0.02 112.78 0.92 0.77
Hex 9B FA 8E 26 0 2B 2 71 5C 4D
Octal 233 372 216 46 0 53 2 161 134 115
Binary 10011011 11111010 10001110 100110 0 101011 10 1110001 1011100 1001101

Color Harmonies of #9BFA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFA8E

Black with #9BFA8E

Text Example


Text Example

White with #9BFA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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