Html Css Color HEX #ACFBAA Pale Green

📋 copy color: '#ACFBAA'

red 172 ◦ green 251 ◦ blue 170

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

Shades of Pale Green #ACFBAA

Tints of Pale Green #ACFBAA

RGB

 RED value IS 172 (67.58% from 255) = 29.01%

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

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 29.01%
G = 42.33%
B = 28.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#ACFBAA (or 0xACFBAA) is known color: Pale Green. HEX triplet: AC, FB and AA. RGB value is (172,251,170). Sum of RGB (Red+Green+Blue) = 172+251+170=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBAA is #530455. Grayscale: #DADADA. Windows color (decimal): -5440598 or 11205548. OLE color: 11205548.

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

Color convert

RGB 172 251 170 -
CMYK 0.31 0 0.32 0.02
HSL 118.52º 0.91% 0.83% -
HSV(B) 118.52º 0.32% 0.98% -
XYZ 58.77 80.67 50.5 -
YUV 218.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 172 251 170 0.31 0 0.32 0.02 118.52 0.91 0.83
Hex AC FB AA 1F 0 20 2 77 5B 53
Octal 254 373 252 37 0 40 2 167 133 123
Binary 10101100 11111011 10101010 11111 0 100000 10 1110111 1011011 1010011

Color Harmonies of #ACFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBAA

Black with #ACFBAA

Text Example


Text Example

White with #ACFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBAA; }

 p { color: rgb(172,251,170); }

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

background-color css

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

 a { background-color: rgb(172,251,170); }

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

border-color css

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

 span { border-color: rgb(172,251,170); }

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