Html Css Color HEX #ACD490 Feijoa

📋 copy color: '#ACD490'

red 172 ◦ green 212 ◦ blue 144

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

Shades of Feijoa #ACD490

Tints of Feijoa #ACD490

RGB

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

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

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

R = 32.58%
G = 40.15%
B = 27.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#ACD490 (or 0xACD490) is known color: Feijoa. HEX triplet: AC, D4 and 90. RGB value is (172,212,144). Sum of RGB (Red+Green+Blue) = 172+212+144=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD490 is #532B6F. Grayscale: #C0C0C0. Windows color (decimal): -5450608 or 9491628. OLE color: 9491628.

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

Color convert

RGB 172 212 144 -
CMYK 0.19 0 0.32 0.17
HSL 95.29º 0.44% 0.7% -
HSV(B) 95.29º 0.32% 0.83% -
XYZ 45.59 57.87 35.15 -
YUV 192.29 100.75 113.53 -
System Red Green Blue C M Y K H S L
Decimal 172 212 144 0.19 0 0.32 0.17 95.29 0.44 0.7
Hex AC D4 90 13 0 20 11 5F 2C 46
Octal 254 324 220 23 0 40 21 137 54 106
Binary 10101100 11010100 10010000 10011 0 100000 10001 1011111 101100 1000110

Color Harmonies of #ACD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD490

Black with #ACD490

Text Example


Text Example

White with #ACD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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