Html Css Color HEX #ACD38D Feijoa

📋 copy color: '#ACD38D'

red 172 ◦ green 211 ◦ blue 141

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

Shades of Feijoa #ACD38D

Tints of Feijoa #ACD38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.91%

R = 32.82%
G = 40.27%
B = 26.91%

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

#ACD38D (or 0xACD38D) is known color: Feijoa. HEX triplet: AC, D3 and 8D. RGB value is (172,211,141). Sum of RGB (Red+Green+Blue) = 172+211+141=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD38D is #532C72. Grayscale: #BFBFBF. Windows color (decimal): -5450867 or 9294764. OLE color: 9294764.

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

Color convert

RGB 172 211 141 -
CMYK 0.18 0 0.33 0.17
HSL 93.43º 0.44% 0.69% -
HSV(B) 93.43º 0.33% 0.83% -
XYZ 45.12 57.28 33.88 -
YUV 191.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 172 211 141 0.18 0 0.33 0.17 93.43 0.44 0.69
Hex AC D3 8D 12 0 21 11 5D 2C 45
Octal 254 323 215 22 0 41 21 135 54 105
Binary 10101100 11010011 10001101 10010 0 100001 10001 1011101 101100 1000101

Color Harmonies of #ACD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD38D

Black with #ACD38D

Text Example


Text Example

White with #ACD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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