Html Css Color HEX #ACD386 Feijoa

📋 copy color: '#ACD386'

red 172 ◦ green 211 ◦ blue 134

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

Shades of Feijoa #ACD386

Tints of Feijoa #ACD386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.81%

 BLUE value IS 134 (52.73% from 255) = 25.92%

R = 33.27%
G = 40.81%
B = 25.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#ACD386 (or 0xACD386) is known color: Feijoa. HEX triplet: AC, D3 and 86. RGB value is (172,211,134). Sum of RGB (Red+Green+Blue) = 172+211+134=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD386 is #532C79. Grayscale: #BEBEBE. Windows color (decimal): -5450874 or 8836012. OLE color: 8836012.

HSL color Cylindrical-coordinate representation of color #ACD386: hue angle of 90.39º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACD386 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 134 -
CMYK 0.18 0 0.36 0.17
HSL 90.39º 0.47% 0.68% -
HSV(B) 90.39º 0.36% 0.83% -
XYZ 44.61 57.08 31.22 -
YUV 190.56 96.08 114.76 -
System Red Green Blue C M Y K H S L
Decimal 172 211 134 0.18 0 0.36 0.17 90.39 0.47 0.68
Hex AC D3 86 12 0 24 11 5A 2F 44
Octal 254 323 206 22 0 44 21 132 57 104
Binary 10101100 11010011 10000110 10010 0 100100 10001 1011010 101111 1000100

Color Harmonies of #ACD386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD386

Black with #ACD386

Text Example


Text Example

White with #ACD386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD386; }

 p { color: rgb(172,211,134); }

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

background-color css

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

 a { background-color: rgb(172,211,134); }

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

border-color css

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

 span { border-color: rgb(172,211,134); }

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