Html Css Color HEX #ACD286 Feijoa

📋 copy color: '#ACD286'

red 172 ◦ green 210 ◦ blue 134

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

Shades of Feijoa #ACD286

Tints of Feijoa #ACD286

RGB

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

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

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

R = 33.33%
G = 40.7%
B = 25.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#ACD286 (or 0xACD286) is known color: Feijoa. HEX triplet: AC, D2 and 86. RGB value is (172,210,134). Sum of RGB (Red+Green+Blue) = 172+210+134=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD286 is #532D79. Grayscale: #BEBEBE. Windows color (decimal): -5451130 or 8835756. OLE color: 8835756.

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

Color convert

RGB 172 210 134 -
CMYK 0.18 0 0.36 0.18
HSL 90º 0.46% 0.67% -
HSV(B) 90º 0.36% 0.82% -
XYZ 44.36 56.59 31.14 -
YUV 189.97 96.41 115.18 -
System Red Green Blue C M Y K H S L
Decimal 172 210 134 0.18 0 0.36 0.18 90 0.46 0.67
Hex AC D2 86 12 0 24 12 5A 2E 43
Octal 254 322 206 22 0 44 22 132 56 103
Binary 10101100 11010010 10000110 10010 0 100100 10010 1011010 101110 1000011

Color Harmonies of #ACD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD286

Black with #ACD286

Text Example


Text Example

White with #ACD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD286; }

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

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

background-color css

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

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

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

border-color css

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

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

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