Html Css Color HEX #ACD570 Feijoa

📋 copy color: '#ACD570'

red 172 ◦ green 213 ◦ blue 112

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

Shades of Feijoa #ACD570

Tints of Feijoa #ACD570

RGB

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

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

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

R = 34.61%
G = 42.86%
B = 22.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#ACD570 (or 0xACD570) is known color: Feijoa. HEX triplet: AC, D5 and 70. RGB value is (172,213,112). Sum of RGB (Red+Green+Blue) = 172+213+112=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD570 is #532A8F. Grayscale: #BDBDBD. Windows color (decimal): -5450384 or 7394732. OLE color: 7394732.

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

Color convert

RGB 172 213 112 -
CMYK 0.19 0 0.47 0.16
HSL 84.36º 0.55% 0.64% -
HSV(B) 84.36º 0.47% 0.84% -
XYZ 43.73 57.53 24.13 -
YUV 189.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 172 213 112 0.19 0 0.47 0.16 84.36 0.55 0.64
Hex AC D5 70 13 0 2F 10 54 37 40
Octal 254 325 160 23 0 57 20 124 67 100
Binary 10101100 11010101 1110000 10011 0 101111 10000 1010100 110111 1000000

Color Harmonies of #ACD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD570

Black with #ACD570

Text Example


Text Example

White with #ACD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD570; }

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

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

background-color css

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

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

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

border-color css

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

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

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