Html Css Color HEX #ACD284 Feijoa

📋 copy color: '#ACD284'

red 172 ◦ green 210 ◦ blue 132

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

Shades of Feijoa #ACD284

Tints of Feijoa #ACD284

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

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

R = 33.46%
G = 40.86%
B = 25.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#ACD284 (or 0xACD284) is known color: Feijoa. HEX triplet: AC, D2 and 84. RGB value is (172,210,132). Sum of RGB (Red+Green+Blue) = 172+210+132=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD284 is #532D7B. Grayscale: #BEBEBE. Windows color (decimal): -5451132 or 8704684. OLE color: 8704684.

HSL color Cylindrical-coordinate representation of color #ACD284: hue angle of 89.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD284 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 132 -
CMYK 0.18 0 0.37 0.18
HSL 89.23º 0.46% 0.67% -
HSV(B) 89.23º 0.37% 0.82% -
XYZ 44.22 56.53 30.41 -
YUV 189.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 172 210 132 0.18 0 0.37 0.18 89.23 0.46 0.67
Hex AC D2 84 12 0 25 12 59 2E 43
Octal 254 322 204 22 0 45 22 131 56 103
Binary 10101100 11010010 10000100 10010 0 100101 10010 1011001 101110 1000011

Color Harmonies of #ACD284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD284

Black with #ACD284

Text Example


Text Example

White with #ACD284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD284; }

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

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

background-color css

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

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

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

border-color css

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

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

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