Html Css Color HEX #ACD292 Feijoa

📋 copy color: '#ACD292'

red 172 ◦ green 210 ◦ blue 146

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

Shades of Feijoa #ACD292

Tints of Feijoa #ACD292

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

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

R = 32.58%
G = 39.77%
B = 27.65%

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

#ACD292 (or 0xACD292) is known color: Feijoa. HEX triplet: AC, D2 and 92. RGB value is (172,210,146). Sum of RGB (Red+Green+Blue) = 172+210+146=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD292 is #532D6D. Grayscale: #BFBFBF. Windows color (decimal): -5451118 or 9622188. OLE color: 9622188.

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

Color convert

RGB 172 210 146 -
CMYK 0.18 0 0.30 0.18
HSL 95.63º 0.42% 0.7% -
HSV(B) 95.63º 0.3% 0.82% -
XYZ 45.25 56.94 35.8 -
YUV 191.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 172 210 146 0.18 0 0.30 0.18 95.63 0.42 0.7
Hex AC D2 92 12 0 1E 12 60 2A 46
Octal 254 322 222 22 0 36 22 140 52 106
Binary 10101100 11010010 10010010 10010 0 11110 10010 1100000 101010 1000110

Color Harmonies of #ACD292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD292

Black with #ACD292

Text Example


Text Example

White with #ACD292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD292; }

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

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

background-color css

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

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

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

border-color css

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

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

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