Html Css Color HEX #ACD47A Feijoa

📋 copy color: '#ACD47A'

red 172 ◦ green 212 ◦ blue 122

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

Shades of Feijoa #ACD47A

Tints of Feijoa #ACD47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.9%

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 33.99%
G = 41.9%
B = 24.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#ACD47A (or 0xACD47A) is known color: Feijoa. HEX triplet: AC, D4 and 7A. RGB value is (172,212,122). Sum of RGB (Red+Green+Blue) = 172+212+122=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD47A is #532B85. Grayscale: #BEBEBE. Windows color (decimal): -5450630 or 8049836. OLE color: 8049836.

HSL color Cylindrical-coordinate representation of color #ACD47A: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD47A is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 122 -
CMYK 0.19 0 0.42 0.17
HSL 86.67º 0.51% 0.65% -
HSV(B) 86.67º 0.42% 0.83% -
XYZ 44.07 57.26 27.14 -
YUV 189.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 172 212 122 0.19 0 0.42 0.17 86.67 0.51 0.65
Hex AC D4 7A 13 0 2A 11 57 33 41
Octal 254 324 172 23 0 52 21 127 63 101
Binary 10101100 11010100 1111010 10011 0 101010 10001 1010111 110011 1000001

Color Harmonies of #ACD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD47A

Black with #ACD47A

Text Example


Text Example

White with #ACD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD47A; }

 p { color: rgb(172,212,122); }

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

background-color css

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

 a { background-color: rgb(172,212,122); }

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

border-color css

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

 span { border-color: rgb(172,212,122); }

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