Html Css Color HEX #ACD492 Feijoa

📋 copy color: '#ACD492'

red 172 ◦ green 212 ◦ blue 146

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

Shades of Feijoa #ACD492

Tints of Feijoa #ACD492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 32.45%
G = 40%
B = 27.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#ACD492 (or 0xACD492) is known color: Feijoa. HEX triplet: AC, D4 and 92. RGB value is (172,212,146). Sum of RGB (Red+Green+Blue) = 172+212+146=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD492 is #532B6D. Grayscale: #C0C0C0. Windows color (decimal): -5450606 or 9622700. OLE color: 9622700.

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

Color convert

RGB 172 212 146 -
CMYK 0.19 0 0.31 0.17
HSL 96.36º 0.43% 0.7% -
HSV(B) 96.36º 0.31% 0.83% -
XYZ 45.75 57.93 35.97 -
YUV 192.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 172 212 146 0.19 0 0.31 0.17 96.36 0.43 0.7
Hex AC D4 92 13 0 1F 11 60 2B 46
Octal 254 324 222 23 0 37 21 140 53 106
Binary 10101100 11010100 10010010 10011 0 11111 10001 1100000 101011 1000110

Color Harmonies of #ACD492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD492

Black with #ACD492

Text Example


Text Example

White with #ACD492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD492; }

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

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

background-color css

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

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

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

border-color css

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

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

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