Html Css Color HEX #ACD498 Feijoa

📋 copy color: '#ACD498'

red 172 ◦ green 212 ◦ blue 152

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

Shades of Feijoa #ACD498

Tints of Feijoa #ACD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.55%

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

R = 32.09%
G = 39.55%
B = 28.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#ACD498 (or 0xACD498) is known color: Feijoa. HEX triplet: AC, D4 and 98. RGB value is (172,212,152). Sum of RGB (Red+Green+Blue) = 172+212+152=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD498 is #532B67. Grayscale: #C1C1C1. Windows color (decimal): -5450600 or 10015916. OLE color: 10015916.

HSL color Cylindrical-coordinate representation of color #ACD498: hue angle of 100º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD498 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 152 -
CMYK 0.19 0 0.28 0.17
HSL 100º 0.41% 0.71% -
HSV(B) 100º 0.28% 0.83% -
XYZ 46.22 58.12 38.49 -
YUV 193.2 104.75 112.88 -
System Red Green Blue C M Y K H S L
Decimal 172 212 152 0.19 0 0.28 0.17 100 0.41 0.71
Hex AC D4 98 13 0 1C 11 64 29 47
Octal 254 324 230 23 0 34 21 144 51 107
Binary 10101100 11010100 10011000 10011 0 11100 10001 1100100 101001 1000111

Color Harmonies of #ACD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD498

Black with #ACD498

Text Example


Text Example

White with #ACD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD498; }

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

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

background-color css

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

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

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

border-color css

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

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

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