Html Css Color HEX #ACD192 Feijoa

📋 copy color: '#ACD192'

red 172 ◦ green 209 ◦ blue 146

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

Shades of Feijoa #ACD192

Tints of Feijoa #ACD192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.66%

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

R = 32.64%
G = 39.66%
B = 27.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#ACD192 (or 0xACD192) is known color: Feijoa. HEX triplet: AC, D1 and 92. RGB value is (172,209,146). Sum of RGB (Red+Green+Blue) = 172+209+146=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD192 is #532E6D. Grayscale: #BEBEBE. Windows color (decimal): -5451374 or 9621932. OLE color: 9621932.

HSL color Cylindrical-coordinate representation of color #ACD192: hue angle of 95.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD192 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 146 -
CMYK 0.18 0 0.30 0.18
HSL 95.24º 0.41% 0.7% -
HSV(B) 95.24º 0.3% 0.82% -
XYZ 45 56.45 35.72 -
YUV 190.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 172 209 146 0.18 0 0.30 0.18 95.24 0.41 0.7
Hex AC D1 92 12 0 1E 12 5F 29 46
Octal 254 321 222 22 0 36 22 137 51 106
Binary 10101100 11010001 10010010 10010 0 11110 10010 1011111 101001 1000110

Color Harmonies of #ACD192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD192

Black with #ACD192

Text Example


Text Example

White with #ACD192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD192; }

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

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

background-color css

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

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

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

border-color css

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

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

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