Html Css Color HEX #ACD48E Feijoa

📋 copy color: '#ACD48E'

red 172 ◦ green 212 ◦ blue 142

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

Shades of Feijoa #ACD48E

Tints of Feijoa #ACD48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27%

R = 32.7%
G = 40.3%
B = 27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#ACD48E (or 0xACD48E) is known color: Feijoa. HEX triplet: AC, D4 and 8E. RGB value is (172,212,142). Sum of RGB (Red+Green+Blue) = 172+212+142=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD48E is #532B71. Grayscale: #C0C0C0. Windows color (decimal): -5450610 or 9360556. OLE color: 9360556.

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

Color convert

RGB 172 212 142 -
CMYK 0.19 0 0.33 0.17
HSL 94.29º 0.45% 0.69% -
HSV(B) 94.29º 0.33% 0.83% -
XYZ 45.44 57.81 34.35 -
YUV 192.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 172 212 142 0.19 0 0.33 0.17 94.29 0.45 0.69
Hex AC D4 8E 13 0 21 11 5E 2D 45
Octal 254 324 216 23 0 41 21 136 55 105
Binary 10101100 11010100 10001110 10011 0 100001 10001 1011110 101101 1000101

Color Harmonies of #ACD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD48E

Black with #ACD48E

Text Example


Text Example

White with #ACD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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