Html Css Color HEX #9BF6AE Pale Green

📋 copy color: '#9BF6AE'

red 155 ◦ green 246 ◦ blue 174

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

Shades of Pale Green #9BF6AE

Tints of Pale Green #9BF6AE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.78%

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

R = 26.96%
G = 42.78%
B = 30.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#9BF6AE (or 0x9BF6AE) is known color: Pale Green. HEX triplet: 9B, F6 and AE. RGB value is (155,246,174). Sum of RGB (Red+Green+Blue) = 155+246+174=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF6AE is #640951. Grayscale: #D2D2D2. Windows color (decimal): -6555986 or 11466395. OLE color: 11466395.

HSL color Cylindrical-coordinate representation of color #9BF6AE: hue angle of 132.53º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF6AE is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 246 174 -
CMYK 0.37 0 0.29 0.04
HSL 132.53º 0.83% 0.79% -
HSV(B) 132.53º 0.37% 0.96% -
XYZ 54.11 75.94 51.85 -
YUV 210.58 107.35 88.35 -
System Red Green Blue C M Y K H S L
Decimal 155 246 174 0.37 0 0.29 0.04 132.53 0.83 0.79
Hex 9B F6 AE 25 0 1D 4 85 53 4F
Octal 233 366 256 45 0 35 4 205 123 117
Binary 10011011 11110110 10101110 100101 0 11101 100 10000101 1010011 1001111

Color Harmonies of #9BF6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF6AE

Black with #9BF6AE

Text Example


Text Example

White with #9BF6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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