Html Css Color HEX #ACD870 Feijoa

📋 copy color: '#ACD870'

red 172 ◦ green 216 ◦ blue 112

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

Shades of Feijoa #ACD870

Tints of Feijoa #ACD870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.2%

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 34.4%
G = 43.2%
B = 22.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#ACD870 (or 0xACD870) is known color: Feijoa. HEX triplet: AC, D8 and 70. RGB value is (172,216,112). Sum of RGB (Red+Green+Blue) = 172+216+112=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD870 is #53278F. Grayscale: #BFBFBF. Windows color (decimal): -5449616 or 7395500. OLE color: 7395500.

HSL color Cylindrical-coordinate representation of color #ACD870: hue angle of 85.38º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACD870 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 112 -
CMYK 0.20 0 0.48 0.15
HSL 85.38º 0.57% 0.64% -
HSV(B) 85.38º 0.48% 0.85% -
XYZ 44.49 59.05 24.38 -
YUV 190.99 83.42 114.46 -
System Red Green Blue C M Y K H S L
Decimal 172 216 112 0.20 0 0.48 0.15 85.38 0.57 0.64
Hex AC D8 70 14 0 30 F 55 39 40
Octal 254 330 160 24 0 60 17 125 71 100
Binary 10101100 11011000 1110000 10100 0 110000 1111 1010101 111001 1000000

Color Harmonies of #ACD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD870

Black with #ACD870

Text Example


Text Example

White with #ACD870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD870; }

 p { color: rgb(172,216,112); }

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

background-color css

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

 a { background-color: rgb(172,216,112); }

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

border-color css

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

 span { border-color: rgb(172,216,112); }

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