Html Css Color HEX #9BF8AE Pale Green

📋 copy color: '#9BF8AE'

red 155 ◦ green 248 ◦ blue 174

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

Shades of Pale Green #9BF8AE

Tints of Pale Green #9BF8AE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.98%

 BLUE value IS 174 (68.36% from 255) = 30.16%

R = 26.86%
G = 42.98%
B = 30.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#9BF8AE (or 0x9BF8AE) is known color: Pale Green. HEX triplet: 9B, F8 and AE. RGB value is (155,248,174). Sum of RGB (Red+Green+Blue) = 155+248+174=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF8AE is #640751. Grayscale: #D3D3D3. Windows color (decimal): -6555474 or 11466907. OLE color: 11466907.

HSL color Cylindrical-coordinate representation of color #9BF8AE: hue angle of 132.26º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF8AE is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 248 174 -
CMYK 0.38 0 0.30 0.03
HSL 132.26º 0.87% 0.79% -
HSV(B) 132.26º 0.38% 0.97% -
XYZ 54.72 77.16 52.05 -
YUV 211.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 155 248 174 0.38 0 0.30 0.03 132.26 0.87 0.79
Hex 9B F8 AE 26 0 1E 3 84 57 4F
Octal 233 370 256 46 0 36 3 204 127 117
Binary 10011011 11111000 10101110 100110 0 11110 11 10000100 1010111 1001111

Color Harmonies of #9BF8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF8AE

Black with #9BF8AE

Text Example


Text Example

White with #9BF8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,248,174); }

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

background-color css

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

 a { background-color: rgb(155,248,174); }

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

border-color css

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

 span { border-color: rgb(155,248,174); }

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