Html Css Color HEX #ACD484 Feijoa

📋 copy color: '#ACD484'

red 172 ◦ green 212 ◦ blue 132

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

Shades of Feijoa #ACD484

Tints of Feijoa #ACD484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

 BLUE value IS 132 (51.95% from 255) = 25.58%

R = 33.33%
G = 41.09%
B = 25.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#ACD484 (or 0xACD484) is known color: Feijoa. HEX triplet: AC, D4 and 84. RGB value is (172,212,132). Sum of RGB (Red+Green+Blue) = 172+212+132=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD484 is #532B7B. Grayscale: #BFBFBF. Windows color (decimal): -5450620 or 8705196. OLE color: 8705196.

HSL color Cylindrical-coordinate representation of color #ACD484: hue angle of 90º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD484 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 132 -
CMYK 0.19 0 0.38 0.17
HSL 90º 0.48% 0.67% -
HSV(B) 90º 0.38% 0.83% -
XYZ 44.72 57.52 30.58 -
YUV 190.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 172 212 132 0.19 0 0.38 0.17 90 0.48 0.67
Hex AC D4 84 13 0 26 11 5A 30 43
Octal 254 324 204 23 0 46 21 132 60 103
Binary 10101100 11010100 10000100 10011 0 100110 10001 1011010 110000 1000011

Color Harmonies of #ACD484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD484

Black with #ACD484

Text Example


Text Example

White with #ACD484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD484; }

 p { color: rgb(172,212,132); }

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

background-color css

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

 a { background-color: rgb(172,212,132); }

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

border-color css

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

 span { border-color: rgb(172,212,132); }

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