Html Css Color HEX #ACD392 Feijoa

📋 copy color: '#ACD392'

red 172 ◦ green 211 ◦ blue 146

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

Shades of Feijoa #ACD392

Tints of Feijoa #ACD392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 32.51%
G = 39.89%
B = 27.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#ACD392 (or 0xACD392) is known color: Feijoa. HEX triplet: AC, D3 and 92. RGB value is (172,211,146). Sum of RGB (Red+Green+Blue) = 172+211+146=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD392 is #532C6D. Grayscale: #C0C0C0. Windows color (decimal): -5450862 or 9622444. OLE color: 9622444.

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

Color convert

RGB 172 211 146 -
CMYK 0.18 0 0.31 0.17
HSL 96º 0.42% 0.7% -
HSV(B) 96º 0.31% 0.83% -
XYZ 45.5 57.43 35.88 -
YUV 191.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 172 211 146 0.18 0 0.31 0.17 96 0.42 0.7
Hex AC D3 92 12 0 1F 11 60 2A 46
Octal 254 323 222 22 0 37 21 140 52 106
Binary 10101100 11010011 10010010 10010 0 11111 10001 1100000 101010 1000110

Color Harmonies of #ACD392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD392

Black with #ACD392

Text Example


Text Example

White with #ACD392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD392; }

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

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

background-color css

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

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

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

border-color css

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

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

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