Html Css Color HEX #ACD683 Feijoa

📋 copy color: '#ACD683'

red 172 ◦ green 214 ◦ blue 131

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

Shades of Feijoa #ACD683

Tints of Feijoa #ACD683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.34%

R = 33.27%
G = 41.39%
B = 25.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#ACD683 (or 0xACD683) is known color: Feijoa. HEX triplet: AC, D6 and 83. RGB value is (172,214,131). Sum of RGB (Red+Green+Blue) = 172+214+131=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD683 is #53297C. Grayscale: #C0C0C0. Windows color (decimal): -5450109 or 8640172. OLE color: 8640172.

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

Color convert

RGB 172 214 131 -
CMYK 0.20 0 0.39 0.16
HSL 90.36º 0.5% 0.68% -
HSV(B) 90.36º 0.39% 0.84% -
XYZ 45.16 58.5 30.38 -
YUV 191.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 172 214 131 0.20 0 0.39 0.16 90.36 0.5 0.68
Hex AC D6 83 14 0 27 10 5A 32 44
Octal 254 326 203 24 0 47 20 132 62 104
Binary 10101100 11010110 10000011 10100 0 100111 10000 1011010 110010 1000100

Color Harmonies of #ACD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD683

Black with #ACD683

Text Example


Text Example

White with #ACD683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD683; }

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

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

background-color css

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

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

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

border-color css

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

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

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