Html Css Color HEX #ACD38B Feijoa

📋 copy color: '#ACD38B'

red 172 ◦ green 211 ◦ blue 139

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

Shades of Feijoa #ACD38B

Tints of Feijoa #ACD38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.63%

R = 32.95%
G = 40.42%
B = 26.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#ACD38B (or 0xACD38B) is known color: Feijoa. HEX triplet: AC, D3 and 8B. RGB value is (172,211,139). Sum of RGB (Red+Green+Blue) = 172+211+139=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD38B is #532C74. Grayscale: #BFBFBF. Windows color (decimal): -5450869 or 9163692. OLE color: 9163692.

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

Color convert

RGB 172 211 139 -
CMYK 0.18 0 0.34 0.17
HSL 92.5º 0.45% 0.69% -
HSV(B) 92.5º 0.34% 0.83% -
XYZ 44.97 57.22 33.1 -
YUV 191.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 172 211 139 0.18 0 0.34 0.17 92.5 0.45 0.69
Hex AC D3 8B 12 0 22 11 5C 2D 45
Octal 254 323 213 22 0 42 21 134 55 105
Binary 10101100 11010011 10001011 10010 0 100010 10001 1011100 101101 1000101

Color Harmonies of #ACD38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD38B

Black with #ACD38B

Text Example


Text Example

White with #ACD38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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