Html Css Color HEX #ACDA82 Feijoa

📋 copy color: '#ACDA82'

red 172 ◦ green 218 ◦ blue 130

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

Shades of Feijoa #ACDA82

Tints of Feijoa #ACDA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.92%

 BLUE value IS 130 (51.17% from 255) = 25%

R = 33.08%
G = 41.92%
B = 25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#ACDA82 (or 0xACDA82) is known color: Feijoa. HEX triplet: AC, DA and 82. RGB value is (172,218,130). Sum of RGB (Red+Green+Blue) = 172+218+130=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA82 is #53257D. Grayscale: #C2C2C2. Windows color (decimal): -5449086 or 8575660. OLE color: 8575660.

HSL color Cylindrical-coordinate representation of color #ACDA82: hue angle of 91.36º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACDA82 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 130 -
CMYK 0.21 0 0.40 0.15
HSL 91.36º 0.54% 0.68% -
HSV(B) 91.36º 0.4% 0.85% -
XYZ 46.11 60.53 30.37 -
YUV 194.21 91.76 112.16 -
System Red Green Blue C M Y K H S L
Decimal 172 218 130 0.21 0 0.40 0.15 91.36 0.54 0.68
Hex AC DA 82 15 0 28 F 5B 36 44
Octal 254 332 202 25 0 50 17 133 66 104
Binary 10101100 11011010 10000010 10101 0 101000 1111 1011011 110110 1000100

Color Harmonies of #ACDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA82

Black with #ACDA82

Text Example


Text Example

White with #ACDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA82; }

 p { color: rgb(172,218,130); }

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

background-color css

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

 a { background-color: rgb(172,218,130); }

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

border-color css

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

 span { border-color: rgb(172,218,130); }

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