Html Css Color HEX #ACDD7C Feijoa

📋 copy color: '#ACDD7C'

red 172 ◦ green 221 ◦ blue 124

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

Shades of Feijoa #ACDD7C

Tints of Feijoa #ACDD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 124 (48.83% from 255) = 23.98%

R = 33.27%
G = 42.75%
B = 23.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#ACDD7C (or 0xACDD7C) is known color: Feijoa. HEX triplet: AC, DD and 7C. RGB value is (172,221,124). Sum of RGB (Red+Green+Blue) = 172+221+124=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD7C is #532283. Grayscale: #C3C3C3. Windows color (decimal): -5448324 or 8183212. OLE color: 8183212.

HSL color Cylindrical-coordinate representation of color #ACDD7C: hue angle of 90.31º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACDD7C is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 124 -
CMYK 0.22 0 0.44 0.13
HSL 90.31º 0.59% 0.68% -
HSV(B) 90.31º 0.44% 0.87% -
XYZ 46.51 61.94 28.57 -
YUV 195.29 87.77 111.39 -
System Red Green Blue C M Y K H S L
Decimal 172 221 124 0.22 0 0.44 0.13 90.31 0.59 0.68
Hex AC DD 7C 16 0 2C D 5A 3B 44
Octal 254 335 174 26 0 54 15 132 73 104
Binary 10101100 11011101 1111100 10110 0 101100 1101 1011010 111011 1000100

Color Harmonies of #ACDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD7C

Black with #ACDD7C

Text Example


Text Example

White with #ACDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD7C; }

 p { color: rgb(172,221,124); }

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

background-color css

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

 a { background-color: rgb(172,221,124); }

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

border-color css

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

 span { border-color: rgb(172,221,124); }

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