Html Css Color HEX #ACD494 Feijoa

📋 copy color: '#ACD494'

red 172 ◦ green 212 ◦ blue 148

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

Shades of Feijoa #ACD494

Tints of Feijoa #ACD494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 32.33%
G = 39.85%
B = 27.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#ACD494 (or 0xACD494) is known color: Feijoa. HEX triplet: AC, D4 and 94. RGB value is (172,212,148). Sum of RGB (Red+Green+Blue) = 172+212+148=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD494 is #532B6B. Grayscale: #C0C0C0. Windows color (decimal): -5450604 or 9753772. OLE color: 9753772.

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

Color convert

RGB 172 212 148 -
CMYK 0.19 0 0.30 0.17
HSL 97.5º 0.43% 0.71% -
HSV(B) 97.5º 0.3% 0.83% -
XYZ 45.9 58 36.79 -
YUV 192.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 172 212 148 0.19 0 0.30 0.17 97.5 0.43 0.71
Hex AC D4 94 13 0 1E 11 62 2B 47
Octal 254 324 224 23 0 36 21 142 53 107
Binary 10101100 11010100 10010100 10011 0 11110 10001 1100010 101011 1000111

Color Harmonies of #ACD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD494

Black with #ACD494

Text Example


Text Example

White with #ACD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD494; }

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

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

background-color css

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

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

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

border-color css

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

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

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