Html Css Color HEX #9BF8AF Pale Green

📋 copy color: '#9BF8AF'

red 155 ◦ green 248 ◦ blue 175

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

Shades of Pale Green #9BF8AF

Tints of Pale Green #9BF8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.28%

R = 26.82%
G = 42.91%
B = 30.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#9BF8AF (or 0x9BF8AF) is known color: Pale Green. HEX triplet: 9B, F8 and AF. RGB value is (155,248,175). Sum of RGB (Red+Green+Blue) = 155+248+175=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF8AF is #640750. Grayscale: #D4D4D4. Windows color (decimal): -6555473 or 11532443. OLE color: 11532443.

HSL color Cylindrical-coordinate representation of color #9BF8AF: hue angle of 132.9º 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 #9BF8AF is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 248 175 -
CMYK 0.38 0 0.29 0.03
HSL 132.9º 0.87% 0.79% -
HSV(B) 132.9º 0.38% 0.97% -
XYZ 54.82 77.2 52.57 -
YUV 211.87 107.19 87.44 -
System Red Green Blue C M Y K H S L
Decimal 155 248 175 0.38 0 0.29 0.03 132.9 0.87 0.79
Hex 9B F8 AF 26 0 1D 3 85 57 4F
Octal 233 370 257 46 0 35 3 205 127 117
Binary 10011011 11111000 10101111 100110 0 11101 11 10000101 1010111 1001111

Color Harmonies of #9BF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF8AF

Black with #9BF8AF

Text Example


Text Example

White with #9BF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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