Html Css Color HEX #ACDC90 Feijoa

📋 copy color: '#ACDC90'

red 172 ◦ green 220 ◦ blue 144

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

Shades of Feijoa #ACDC90

Tints of Feijoa #ACDC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 32.09%
G = 41.04%
B = 26.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#ACDC90 (or 0xACDC90) is known color: Feijoa. HEX triplet: AC, DC and 90. RGB value is (172,220,144). Sum of RGB (Red+Green+Blue) = 172+220+144=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC90 is #53236F. Grayscale: #C5C5C5. Windows color (decimal): -5448560 or 9493676. OLE color: 9493676.

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

Color convert

RGB 172 220 144 -
CMYK 0.22 0 0.35 0.14
HSL 97.89º 0.52% 0.71% -
HSV(B) 97.89º 0.35% 0.86% -
XYZ 47.64 61.97 35.84 -
YUV 196.98 98.1 110.18 -
System Red Green Blue C M Y K H S L
Decimal 172 220 144 0.22 0 0.35 0.14 97.89 0.52 0.71
Hex AC DC 90 16 0 23 E 62 34 47
Octal 254 334 220 26 0 43 16 142 64 107
Binary 10101100 11011100 10010000 10110 0 100011 1110 1100010 110100 1000111

Color Harmonies of #ACDC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC90

Black with #ACDC90

Text Example


Text Example

White with #ACDC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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