Html Css Color HEX #ACD790 Feijoa

📋 copy color: '#ACD790'

red 172 ◦ green 215 ◦ blue 144

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

Shades of Feijoa #ACD790

Tints of Feijoa #ACD790

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.49%

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

R = 32.39%
G = 40.49%
B = 27.12%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#ACD790 (or 0xACD790) is known color: Feijoa. HEX triplet: AC, D7 and 90. RGB value is (172,215,144). Sum of RGB (Red+Green+Blue) = 172+215+144=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD790 is #53286F. Grayscale: #C2C2C2. Windows color (decimal): -5449840 or 9492396. OLE color: 9492396.

HSL color Cylindrical-coordinate representation of color #ACD790: hue angle of 96.34º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD790 is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 144 -
CMYK 0.2 0 0.33 0.16
HSL 96.34º 0.47% 0.7% -
HSV(B) 96.34º 0.33% 0.84% -
XYZ 46.35 59.39 35.41 -
YUV 194.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 172 215 144 0.2 0 0.33 0.16 96.34 0.47 0.7
Hex AC D7 90 14 0 21 10 60 2F 46
Octal 254 327 220 24 0 41 20 140 57 106
Binary 10101100 11010111 10010000 10100 0 100001 10000 1100000 101111 1000110

Color Harmonies of #ACD790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD790

Black with #ACD790

Text Example


Text Example

White with #ACD790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD790; }

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

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

background-color css

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

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

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

border-color css

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

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

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