Html Css Color HEX #ACDE70 Feijoa

📋 copy color: '#ACDE70'

red 172 ◦ green 222 ◦ blue 112

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

Shades of Feijoa #ACDE70

Tints of Feijoa #ACDE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

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

R = 33.99%
G = 43.87%
B = 22.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#ACDE70 (or 0xACDE70) is known color: Feijoa. HEX triplet: AC, DE and 70. RGB value is (172,222,112). Sum of RGB (Red+Green+Blue) = 172+222+112=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE70 is #53218F. Grayscale: #C2C2C2. Windows color (decimal): -5448080 or 7397036. OLE color: 7397036.

HSL color Cylindrical-coordinate representation of color #ACDE70: hue angle of 87.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACDE70 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 112 -
CMYK 0.23 0 0.50 0.13
HSL 87.27º 0.63% 0.65% -
HSV(B) 87.27º 0.5% 0.87% -
XYZ 46.06 62.18 24.9 -
YUV 194.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 172 222 112 0.23 0 0.50 0.13 87.27 0.63 0.65
Hex AC DE 70 17 0 32 D 57 3E 41
Octal 254 336 160 27 0 62 15 127 76 101
Binary 10101100 11011110 1110000 10111 0 110010 1101 1010111 111110 1000001

Color Harmonies of #ACDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE70

Black with #ACDE70

Text Example


Text Example

White with #ACDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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