Html Css Color HEX #ACDD90 Feijoa

📋 copy color: '#ACDD90'

red 172 ◦ green 221 ◦ blue 144

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

Shades of Feijoa #ACDD90

Tints of Feijoa #ACDD90

RGB

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

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

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

R = 32.03%
G = 41.15%
B = 26.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#ACDD90 (or 0xACDD90) is known color: Feijoa. HEX triplet: AC, DD and 90. RGB value is (172,221,144). Sum of RGB (Red+Green+Blue) = 172+221+144=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD90 is #53226F. Grayscale: #C5C5C5. Windows color (decimal): -5448304 or 9493932. OLE color: 9493932.

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

Color convert

RGB 172 221 144 -
CMYK 0.22 0 0.35 0.13
HSL 98.18º 0.53% 0.72% -
HSV(B) 98.18º 0.35% 0.87% -
XYZ 47.9 62.5 35.92 -
YUV 197.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 172 221 144 0.22 0 0.35 0.13 98.18 0.53 0.72
Hex AC DD 90 16 0 23 D 62 35 48
Octal 254 335 220 26 0 43 15 142 65 110
Binary 10101100 11011101 10010000 10110 0 100011 1101 1100010 110101 1001000

Color Harmonies of #ACDD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD90

Black with #ACDD90

Text Example


Text Example

White with #ACDD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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