Html Css Color HEX #ACD295 Feijoa

📋 copy color: '#ACD295'

red 172 ◦ green 210 ◦ blue 149

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

Shades of Feijoa #ACD295

Tints of Feijoa #ACD295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 32.39%
G = 39.55%
B = 28.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#ACD295 (or 0xACD295) is known color: Feijoa. HEX triplet: AC, D2 and 95. RGB value is (172,210,149). Sum of RGB (Red+Green+Blue) = 172+210+149=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD295 is #532D6A. Grayscale: #BFBFBF. Windows color (decimal): -5451115 or 9818796. OLE color: 9818796.

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

Color convert

RGB 172 210 149 -
CMYK 0.18 0 0.29 0.18
HSL 97.38º 0.4% 0.7% -
HSV(B) 97.38º 0.29% 0.82% -
XYZ 45.48 57.03 37.05 -
YUV 191.68 103.91 113.96 -
System Red Green Blue C M Y K H S L
Decimal 172 210 149 0.18 0 0.29 0.18 97.38 0.4 0.7
Hex AC D2 95 12 0 1D 12 61 28 46
Octal 254 322 225 22 0 35 22 141 50 106
Binary 10101100 11010010 10010101 10010 0 11101 10010 1100001 101000 1000110

Color Harmonies of #ACD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD295

Black with #ACD295

Text Example


Text Example

White with #ACD295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD295; }

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

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

background-color css

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

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

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

border-color css

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

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

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