Html Css Color HEX #9BFAAA Pale Green

📋 copy color: '#9BFAAA'

red 155 ◦ green 250 ◦ blue 170

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

Shades of Pale Green #9BFAAA

Tints of Pale Green #9BFAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.57%

R = 26.96%
G = 43.48%
B = 29.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#9BFAAA (or 0x9BFAAA) is known color: Pale Green. HEX triplet: 9B, FA and AA. RGB value is (155,250,170). Sum of RGB (Red+Green+Blue) = 155+250+170=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFAAA is #640555. Grayscale: #D4D4D4. Windows color (decimal): -6554966 or 11205275. OLE color: 11205275.

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

Color convert

RGB 155 250 170 -
CMYK 0.38 0 0.32 0.02
HSL 129.47º 0.9% 0.79% -
HSV(B) 129.47º 0.38% 0.98% -
XYZ 54.96 78.24 50.24 -
YUV 212.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 155 250 170 0.38 0 0.32 0.02 129.47 0.9 0.79
Hex 9B FA AA 26 0 20 2 81 5A 4F
Octal 233 372 252 46 0 40 2 201 132 117
Binary 10011011 11111010 10101010 100110 0 100000 10 10000001 1011010 1001111

Color Harmonies of #9BFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFAAA

Black with #9BFAAA

Text Example


Text Example

White with #9BFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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