Html Css Color HEX #9AFC9B Pale Green

📋 copy color: '#9AFC9B'

red 154 ◦ green 252 ◦ blue 155

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

Shades of Pale Green #9AFC9B

Tints of Pale Green #9AFC9B

RGB

 RED value IS 154 (60.55% from 255) = 27.45%

 GREEN value IS 252 (98.83% from 255) = 44.92%

 BLUE value IS 155 (60.94% from 255) = 27.63%

R = 27.45%
G = 44.92%
B = 27.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#9AFC9B (or 0x9AFC9B) is known color: Pale Green. HEX triplet: 9A, FC and 9B. RGB value is (154,252,155). Sum of RGB (Red+Green+Blue) = 154+252+155=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFC9B is #650364. Grayscale: #D3D3D3. Windows color (decimal): -6620005 or 10222746. OLE color: 10222746.

HSL color Cylindrical-coordinate representation of color #9AFC9B: hue angle of 120.61º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFC9B is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 252 155 -
CMYK 0.39 0 0.38 0.01
HSL 120.61º 0.94% 0.8% -
HSV(B) 120.61º 0.39% 0.99% -
XYZ 54.05 78.86 43.38 -
YUV 211.64 96.03 86.89 -
System Red Green Blue C M Y K H S L
Decimal 154 252 155 0.39 0 0.38 0.01 120.61 0.94 0.8
Hex 9A FC 9B 27 0 26 1 79 5E 50
Octal 232 374 233 47 0 46 1 171 136 120
Binary 10011010 11111100 10011011 100111 0 100110 1 1111001 1011110 1010000

Color Harmonies of #9AFC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFC9B

Black with #9AFC9B

Text Example


Text Example

White with #9AFC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,252,155); }

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

background-color css

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

 a { background-color: rgb(154,252,155); }

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

border-color css

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

 span { border-color: rgb(154,252,155); }

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