Html Css Color HEX #ACDC7C Feijoa

📋 copy color: '#ACDC7C'

red 172 ◦ green 220 ◦ blue 124

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

Shades of Feijoa #ACDC7C

Tints of Feijoa #ACDC7C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

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

R = 33.33%
G = 42.64%
B = 24.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#ACDC7C (or 0xACDC7C) is known color: Feijoa. HEX triplet: AC, DC and 7C. RGB value is (172,220,124). Sum of RGB (Red+Green+Blue) = 172+220+124=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC7C is #532383. Grayscale: #C3C3C3. Windows color (decimal): -5448580 or 8182956. OLE color: 8182956.

HSL color Cylindrical-coordinate representation of color #ACDC7C: hue angle of 90º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACDC7C is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 124 -
CMYK 0.22 0 0.44 0.14
HSL 90º 0.58% 0.67% -
HSV(B) 90º 0.44% 0.86% -
XYZ 46.24 61.41 28.49 -
YUV 194.7 88.1 111.81 -
System Red Green Blue C M Y K H S L
Decimal 172 220 124 0.22 0 0.44 0.14 90 0.58 0.67
Hex AC DC 7C 16 0 2C E 5A 3A 43
Octal 254 334 174 26 0 54 16 132 72 103
Binary 10101100 11011100 1111100 10110 0 101100 1110 1011010 111010 1000011

Color Harmonies of #ACDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC7C

Black with #ACDC7C

Text Example


Text Example

White with #ACDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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