Html Css Color HEX #ACD572 Feijoa

📋 copy color: '#ACD572'

red 172 ◦ green 213 ◦ blue 114

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

Shades of Feijoa #ACD572

Tints of Feijoa #ACD572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.69%

 BLUE value IS 114 (44.92% from 255) = 22.85%

R = 34.47%
G = 42.69%
B = 22.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#ACD572 (or 0xACD572) is known color: Feijoa. HEX triplet: AC, D5 and 72. RGB value is (172,213,114). Sum of RGB (Red+Green+Blue) = 172+213+114=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD572 is #532A8D. Grayscale: #BDBDBD. Windows color (decimal): -5450382 or 7525804. OLE color: 7525804.

HSL color Cylindrical-coordinate representation of color #ACD572: hue angle of 84.85º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD572 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 114 -
CMYK 0.19 0 0.46 0.16
HSL 84.85º 0.54% 0.64% -
HSV(B) 84.85º 0.46% 0.84% -
XYZ 43.84 57.57 24.72 -
YUV 189.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 172 213 114 0.19 0 0.46 0.16 84.85 0.54 0.64
Hex AC D5 72 13 0 2E 10 55 36 40
Octal 254 325 162 23 0 56 20 125 66 100
Binary 10101100 11010101 1110010 10011 0 101110 10000 1010101 110110 1000000

Color Harmonies of #ACD572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD572

Black with #ACD572

Text Example


Text Example

White with #ACD572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD572; }

 p { color: rgb(172,213,114); }

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

background-color css

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

 a { background-color: rgb(172,213,114); }

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

border-color css

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

 span { border-color: rgb(172,213,114); }

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