Html Css Color HEX #9BF2AB Pale Green

📋 copy color: '#9BF2AB'

red 155 ◦ green 242 ◦ blue 171

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

Shades of Pale Green #9BF2AB

Tints of Pale Green #9BF2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 27.29%
G = 42.61%
B = 30.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#9BF2AB (or 0x9BF2AB) is known color: Pale Green. HEX triplet: 9B, F2 and AB. RGB value is (155,242,171). Sum of RGB (Red+Green+Blue) = 155+242+171=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF2AB is #640D54. Grayscale: #D0D0D0. Windows color (decimal): -6557013 or 11268763. OLE color: 11268763.

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

Color convert

RGB 155 242 171 -
CMYK 0.36 0 0.29 0.05
HSL 131.03º 0.77% 0.78% -
HSV(B) 131.03º 0.36% 0.95% -
XYZ 52.62 73.41 49.92 -
YUV 207.89 107.18 90.27 -
System Red Green Blue C M Y K H S L
Decimal 155 242 171 0.36 0 0.29 0.05 131.03 0.77 0.78
Hex 9B F2 AB 24 0 1D 5 83 4D 4E
Octal 233 362 253 44 0 35 5 203 115 116
Binary 10011011 11110010 10101011 100100 0 11101 101 10000011 1001101 1001110

Color Harmonies of #9BF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2AB

Black with #9BF2AB

Text Example


Text Example

White with #9BF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,242,171); }

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

background-color css

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

 a { background-color: rgb(155,242,171); }

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

border-color css

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

 span { border-color: rgb(155,242,171); }

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