Html Css Color HEX #9AFBA0 Pale Green

📋 copy color: '#9AFBA0'

red 154 ◦ green 251 ◦ blue 160

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

Shades of Pale Green #9AFBA0

Tints of Pale Green #9AFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.42%

 BLUE value IS 160 (62.89% from 255) = 28.32%

R = 27.26%
G = 44.42%
B = 28.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#9AFBA0 (or 0x9AFBA0) is known color: Pale Green. HEX triplet: 9A, FB and A0. RGB value is (154,251,160). Sum of RGB (Red+Green+Blue) = 154+251+160=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFBA0 is #65045F. Grayscale: #D3D3D3. Windows color (decimal): -6620256 or 10550170. OLE color: 10550170.

HSL color Cylindrical-coordinate representation of color #9AFBA0: hue angle of 123.71º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBA0 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 251 160 -
CMYK 0.39 0 0.36 0.02
HSL 123.71º 0.92% 0.79% -
HSV(B) 123.71º 0.39% 0.98% -
XYZ 54.17 78.4 45.54 -
YUV 211.62 98.86 86.9 -
System Red Green Blue C M Y K H S L
Decimal 154 251 160 0.39 0 0.36 0.02 123.71 0.92 0.79
Hex 9A FB A0 27 0 24 2 7C 5C 4F
Octal 232 373 240 47 0 44 2 174 134 117
Binary 10011010 11111011 10100000 100111 0 100100 10 1111100 1011100 1001111

Color Harmonies of #9AFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFBA0

Black with #9AFBA0

Text Example


Text Example

White with #9AFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,251,160); }

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

background-color css

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

 a { background-color: rgb(154,251,160); }

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

border-color css

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

 span { border-color: rgb(154,251,160); }

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