Html Css Color HEX #ACD684 Feijoa

📋 copy color: '#ACD684'

red 172 ◦ green 214 ◦ blue 132

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

Shades of Feijoa #ACD684

Tints of Feijoa #ACD684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.31%

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

R = 33.2%
G = 41.31%
B = 25.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#ACD684 (or 0xACD684) is known color: Feijoa. HEX triplet: AC, D6 and 84. RGB value is (172,214,132). Sum of RGB (Red+Green+Blue) = 172+214+132=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD684 is #53297B. Grayscale: #C0C0C0. Windows color (decimal): -5450108 or 8705708. OLE color: 8705708.

HSL color Cylindrical-coordinate representation of color #ACD684: hue angle of 90.73º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD684 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 132 -
CMYK 0.20 0 0.38 0.16
HSL 90.73º 0.5% 0.68% -
HSV(B) 90.73º 0.38% 0.84% -
XYZ 45.22 58.53 30.74 -
YUV 192.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 172 214 132 0.20 0 0.38 0.16 90.73 0.5 0.68
Hex AC D6 84 14 0 26 10 5B 32 44
Octal 254 326 204 24 0 46 20 133 62 104
Binary 10101100 11010110 10000100 10100 0 100110 10000 1011011 110010 1000100

Color Harmonies of #ACD684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD684

Black with #ACD684

Text Example


Text Example

White with #ACD684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD684; }

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

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

background-color css

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

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

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

border-color css

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

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

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