Html Css Color HEX #9AFAAC Pale Green

📋 copy color: '#9AFAAC'

red 154 ◦ green 250 ◦ blue 172

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

Shades of Pale Green #9AFAAC

Tints of Pale Green #9AFAAC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.4%

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 26.74%
G = 43.4%
B = 29.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#9AFAAC (or 0x9AFAAC) is known color: Pale Green. HEX triplet: 9A, FA and AC. RGB value is (154,250,172). Sum of RGB (Red+Green+Blue) = 154+250+172=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFAAC is #650553. Grayscale: #D4D4D4. Windows color (decimal): -6620500 or 11336346. OLE color: 11336346.

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

Color convert

RGB 154 250 172 -
CMYK 0.38 0 0.31 0.02
HSL 131.25º 0.91% 0.79% -
HSV(B) 131.25º 0.38% 0.98% -
XYZ 54.96 78.22 51.23 -
YUV 212.4 105.2 86.34 -
System Red Green Blue C M Y K H S L
Decimal 154 250 172 0.38 0 0.31 0.02 131.25 0.91 0.79
Hex 9A FA AC 26 0 1F 2 83 5B 4F
Octal 232 372 254 46 0 37 2 203 133 117
Binary 10011010 11111010 10101100 100110 0 11111 10 10000011 1011011 1001111

Color Harmonies of #9AFAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFAAC

Black with #9AFAAC

Text Example


Text Example

White with #9AFAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,250,172); }

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

background-color css

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

 a { background-color: rgb(154,250,172); }

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

border-color css

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

 span { border-color: rgb(154,250,172); }

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