Html Css Color HEX #ACD898 Feijoa

📋 copy color: '#ACD898'

red 172 ◦ green 216 ◦ blue 152

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

Shades of Feijoa #ACD898

Tints of Feijoa #ACD898

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40%

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

R = 31.85%
G = 40%
B = 28.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#ACD898 (or 0xACD898) is known color: Feijoa. HEX triplet: AC, D8 and 98. RGB value is (172,216,152). Sum of RGB (Red+Green+Blue) = 172+216+152=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD898 is #532767. Grayscale: #C3C3C3. Windows color (decimal): -5449576 or 10016940. OLE color: 10016940.

HSL color Cylindrical-coordinate representation of color #ACD898: hue angle of 101.25º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD898 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 152 -
CMYK 0.20 0 0.30 0.15
HSL 101.25º 0.45% 0.72% -
HSV(B) 101.25º 0.3% 0.85% -
XYZ 47.24 60.15 38.83 -
YUV 195.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 172 216 152 0.20 0 0.30 0.15 101.25 0.45 0.72
Hex AC D8 98 14 0 1E F 65 2D 48
Octal 254 330 230 24 0 36 17 145 55 110
Binary 10101100 11011000 10011000 10100 0 11110 1111 1100101 101101 1001000

Color Harmonies of #ACD898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD898

Black with #ACD898

Text Example


Text Example

White with #ACD898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD898; }

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

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

background-color css

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

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

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

border-color css

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

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

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