Html Css Color HEX #ACD390 Feijoa

📋 copy color: '#ACD390'

red 172 ◦ green 211 ◦ blue 144

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

Shades of Feijoa #ACD390

Tints of Feijoa #ACD390

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

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

R = 32.64%
G = 40.04%
B = 27.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#ACD390 (or 0xACD390) is known color: Feijoa. HEX triplet: AC, D3 and 90. RGB value is (172,211,144). Sum of RGB (Red+Green+Blue) = 172+211+144=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD390 is #532C6F. Grayscale: #BFBFBF. Windows color (decimal): -5450864 or 9491372. OLE color: 9491372.

HSL color Cylindrical-coordinate representation of color #ACD390: hue angle of 94.93º degrees, saturation: 0.43, 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 #ACD390 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 144 -
CMYK 0.18 0 0.32 0.17
HSL 94.93º 0.43% 0.7% -
HSV(B) 94.93º 0.32% 0.83% -
XYZ 45.34 57.37 35.07 -
YUV 191.7 101.08 113.95 -
System Red Green Blue C M Y K H S L
Decimal 172 211 144 0.18 0 0.32 0.17 94.93 0.43 0.7
Hex AC D3 90 12 0 20 11 5F 2B 46
Octal 254 323 220 22 0 40 21 137 53 106
Binary 10101100 11010011 10010000 10010 0 100000 10001 1011111 101011 1000110

Color Harmonies of #ACD390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD390

Black with #ACD390

Text Example


Text Example

White with #ACD390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD390; }

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

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

background-color css

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

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

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

border-color css

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

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

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