Html Css Color HEX #ACF981 Feijoa

📋 copy color: '#ACF981'

red 172 ◦ green 249 ◦ blue 129

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

Shades of Feijoa #ACF981

Tints of Feijoa #ACF981

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.27%

 BLUE value IS 129 (50.78% from 255) = 23.45%

R = 31.27%
G = 45.27%
B = 23.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#ACF981 (or 0xACF981) is known color: Feijoa. HEX triplet: AC, F9 and 81. RGB value is (172,249,129). Sum of RGB (Red+Green+Blue) = 172+249+129=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF981 is #53067E. Grayscale: #D4D4D4. Windows color (decimal): -5441151 or 8518060. OLE color: 8518060.

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

Color convert

RGB 172 249 129 -
CMYK 0.31 0 0.48 0.02
HSL 98.5º 0.91% 0.74% -
HSV(B) 98.5º 0.48% 0.98% -
XYZ 54.85 78.11 32.95 -
YUV 212.3 80.99 99.26 -
System Red Green Blue C M Y K H S L
Decimal 172 249 129 0.31 0 0.48 0.02 98.5 0.91 0.74
Hex AC F9 81 1F 0 30 2 62 5B 4A
Octal 254 371 201 37 0 60 2 142 133 112
Binary 10101100 11111001 10000001 11111 0 110000 10 1100010 1011011 1001010

Color Harmonies of #ACF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF981

Black with #ACF981

Text Example


Text Example

White with #ACF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF981; }

 p { color: rgb(172,249,129); }

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

background-color css

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

 a { background-color: rgb(172,249,129); }

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

border-color css

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

 span { border-color: rgb(172,249,129); }

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