Html Css Color HEX #ACD38E Feijoa

📋 copy color: '#ACD38E'

red 172 ◦ green 211 ◦ blue 142

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

Shades of Feijoa #ACD38E

Tints of Feijoa #ACD38E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.19%

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

R = 32.76%
G = 40.19%
B = 27.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#ACD38E (or 0xACD38E) is known color: Feijoa. HEX triplet: AC, D3 and 8E. RGB value is (172,211,142). Sum of RGB (Red+Green+Blue) = 172+211+142=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD38E is #532C71. Grayscale: #BFBFBF. Windows color (decimal): -5450866 or 9360300. OLE color: 9360300.

HSL color Cylindrical-coordinate representation of color #ACD38E: hue angle of 93.91º degrees, saturation: 0.44, 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 #ACD38E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 142 -
CMYK 0.18 0 0.33 0.17
HSL 93.91º 0.44% 0.69% -
HSV(B) 93.91º 0.33% 0.83% -
XYZ 45.19 57.31 34.27 -
YUV 191.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 172 211 142 0.18 0 0.33 0.17 93.91 0.44 0.69
Hex AC D3 8E 12 0 21 11 5E 2C 45
Octal 254 323 216 22 0 41 21 136 54 105
Binary 10101100 11010011 10001110 10010 0 100001 10001 1011110 101100 1000101

Color Harmonies of #ACD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD38E

Black with #ACD38E

Text Example


Text Example

White with #ACD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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