Html Css Color HEX #ACF681 Feijoa

📋 copy color: '#ACF681'

red 172 ◦ green 246 ◦ blue 129

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

Shades of Feijoa #ACF681

Tints of Feijoa #ACF681

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.97%

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

R = 31.44%
G = 44.97%
B = 23.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#ACF681 (or 0xACF681) is known color: Feijoa. HEX triplet: AC, F6 and 81. RGB value is (172,246,129). Sum of RGB (Red+Green+Blue) = 172+246+129=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF681 is #53097E. Grayscale: #D2D2D2. Windows color (decimal): -5441919 or 8517292. OLE color: 8517292.

HSL color Cylindrical-coordinate representation of color #ACF681: hue angle of 97.95º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF681 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 129 -
CMYK 0.30 0 0.48 0.04
HSL 97.95º 0.87% 0.74% -
HSV(B) 97.95º 0.48% 0.96% -
XYZ 53.93 76.27 32.65 -
YUV 210.54 81.98 100.51 -
System Red Green Blue C M Y K H S L
Decimal 172 246 129 0.30 0 0.48 0.04 97.95 0.87 0.74
Hex AC F6 81 1E 0 30 4 62 57 4A
Octal 254 366 201 36 0 60 4 142 127 112
Binary 10101100 11110110 10000001 11110 0 110000 100 1100010 1010111 1001010

Color Harmonies of #ACF681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF681

Black with #ACF681

Text Example


Text Example

White with #ACF681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF681; }

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

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

background-color css

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

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

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

border-color css

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

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

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