Html Css Color HEX #ACD098 Feijoa

📋 copy color: '#ACD098'

red 172 ◦ green 208 ◦ blue 152

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

Shades of Feijoa #ACD098

Tints of Feijoa #ACD098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.57%

R = 32.33%
G = 39.1%
B = 28.57%

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

#ACD098 (or 0xACD098) is known color: Feijoa. HEX triplet: AC, D0 and 98. RGB value is (172,208,152). Sum of RGB (Red+Green+Blue) = 172+208+152=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD098 is #532F67. Grayscale: #BFBFBF. Windows color (decimal): -5451624 or 10014892. OLE color: 10014892.

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

Color convert

RGB 172 208 152 -
CMYK 0.17 0 0.27 0.18
HSL 98.57º 0.37% 0.71% -
HSV(B) 98.57º 0.27% 0.82% -
XYZ 45.24 56.15 38.16 -
YUV 190.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 172 208 152 0.17 0 0.27 0.18 98.57 0.37 0.71
Hex AC D0 98 11 0 1B 12 63 25 47
Octal 254 320 230 21 0 33 22 143 45 107
Binary 10101100 11010000 10011000 10001 0 11011 10010 1100011 100101 1000111

Color Harmonies of #ACD098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD098

Black with #ACD098

Text Example


Text Example

White with #ACD098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD098; }

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

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

background-color css

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

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

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

border-color css

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

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

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