Html Css Color HEX #ACD097 Feijoa

📋 copy color: '#ACD097'

red 172 ◦ green 208 ◦ blue 151

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

Shades of Feijoa #ACD097

Tints of Feijoa #ACD097

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

 BLUE value IS 151 (59.38% from 255) = 28.44%

R = 32.39%
G = 39.17%
B = 28.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#ACD097 (or 0xACD097) is known color: Feijoa. HEX triplet: AC, D0 and 97. RGB value is (172,208,151). Sum of RGB (Red+Green+Blue) = 172+208+151=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD097 is #532F68. Grayscale: #BEBEBE. Windows color (decimal): -5451625 or 9949356. OLE color: 9949356.

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

Color convert

RGB 172 208 151 -
CMYK 0.17 0 0.27 0.18
HSL 97.89º 0.38% 0.7% -
HSV(B) 97.89º 0.27% 0.82% -
XYZ 45.16 56.12 37.73 -
YUV 190.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 172 208 151 0.17 0 0.27 0.18 97.89 0.38 0.7
Hex AC D0 97 11 0 1B 12 62 26 46
Octal 254 320 227 21 0 33 22 142 46 106
Binary 10101100 11010000 10010111 10001 0 11011 10010 1100010 100110 1000110

Color Harmonies of #ACD097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD097

Black with #ACD097

Text Example


Text Example

White with #ACD097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD097; }

 p { color: rgb(172,208,151); }

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

background-color css

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

 a { background-color: rgb(172,208,151); }

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

border-color css

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

 span { border-color: rgb(172,208,151); }

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