Html Css Color HEX #ACDC81 Feijoa

📋 copy color: '#ACDC81'

red 172 ◦ green 220 ◦ blue 129

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

Shades of Feijoa #ACDC81

Tints of Feijoa #ACDC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

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

R = 33.01%
G = 42.23%
B = 24.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#ACDC81 (or 0xACDC81) is known color: Feijoa. HEX triplet: AC, DC and 81. RGB value is (172,220,129). Sum of RGB (Red+Green+Blue) = 172+220+129=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC81 is #53237E. Grayscale: #C3C3C3. Windows color (decimal): -5448575 or 8510636. OLE color: 8510636.

HSL color Cylindrical-coordinate representation of color #ACDC81: hue angle of 91.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACDC81 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 129 -
CMYK 0.22 0 0.41 0.14
HSL 91.65º 0.57% 0.68% -
HSV(B) 91.65º 0.41% 0.86% -
XYZ 46.57 61.54 30.19 -
YUV 195.27 90.6 111.4 -
System Red Green Blue C M Y K H S L
Decimal 172 220 129 0.22 0 0.41 0.14 91.65 0.57 0.68
Hex AC DC 81 16 0 29 E 5C 39 44
Octal 254 334 201 26 0 51 16 134 71 104
Binary 10101100 11011100 10000001 10110 0 101001 1110 1011100 111001 1000100

Color Harmonies of #ACDC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC81

Black with #ACDC81

Text Example


Text Example

White with #ACDC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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