Html Css Color HEX #ACD38A Feijoa

📋 copy color: '#ACD38A'

red 172 ◦ green 211 ◦ blue 138

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

Shades of Feijoa #ACD38A

Tints of Feijoa #ACD38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 33.01%
G = 40.5%
B = 26.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#ACD38A (or 0xACD38A) is known color: Feijoa. HEX triplet: AC, D3 and 8A. RGB value is (172,211,138). Sum of RGB (Red+Green+Blue) = 172+211+138=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD38A is #532C75. Grayscale: #BFBFBF. Windows color (decimal): -5450870 or 9098156. OLE color: 9098156.

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

Color convert

RGB 172 211 138 -
CMYK 0.18 0 0.35 0.17
HSL 92.05º 0.45% 0.68% -
HSV(B) 92.05º 0.35% 0.83% -
XYZ 44.89 57.19 32.72 -
YUV 191.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 172 211 138 0.18 0 0.35 0.17 92.05 0.45 0.68
Hex AC D3 8A 12 0 23 11 5C 2D 44
Octal 254 323 212 22 0 43 21 134 55 104
Binary 10101100 11010011 10001010 10010 0 100011 10001 1011100 101101 1000100

Color Harmonies of #ACD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD38A

Black with #ACD38A

Text Example


Text Example

White with #ACD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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