Html Css Color HEX #ACD298 Feijoa

📋 copy color: '#ACD298'

red 172 ◦ green 210 ◦ blue 152

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

Shades of Feijoa #ACD298

Tints of Feijoa #ACD298

RGB

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

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

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

R = 32.21%
G = 39.33%
B = 28.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#ACD298 (or 0xACD298) is known color: Feijoa. HEX triplet: AC, D2 and 98. RGB value is (172,210,152). Sum of RGB (Red+Green+Blue) = 172+210+152=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD298 is #532D67. Grayscale: #C0C0C0. Windows color (decimal): -5451112 or 10015404. OLE color: 10015404.

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

Color convert

RGB 172 210 152 -
CMYK 0.18 0 0.28 0.18
HSL 99.31º 0.39% 0.71% -
HSV(B) 99.31º 0.28% 0.82% -
XYZ 45.73 57.13 38.32 -
YUV 192.03 105.41 113.72 -
System Red Green Blue C M Y K H S L
Decimal 172 210 152 0.18 0 0.28 0.18 99.31 0.39 0.71
Hex AC D2 98 12 0 1C 12 63 27 47
Octal 254 322 230 22 0 34 22 143 47 107
Binary 10101100 11010010 10011000 10010 0 11100 10010 1100011 100111 1000111

Color Harmonies of #ACD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD298

Black with #ACD298

Text Example


Text Example

White with #ACD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD298; }

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

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

background-color css

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

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

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

border-color css

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

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

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