Html Css Color HEX #ACD48B Feijoa

📋 copy color: '#ACD48B'

red 172 ◦ green 212 ◦ blue 139

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

Shades of Feijoa #ACD48B

Tints of Feijoa #ACD48B

RGB

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

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

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

R = 32.89%
G = 40.54%
B = 26.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#ACD48B (or 0xACD48B) is known color: Feijoa. HEX triplet: AC, D4 and 8B. RGB value is (172,212,139). Sum of RGB (Red+Green+Blue) = 172+212+139=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD48B is #532B74. Grayscale: #BFBFBF. Windows color (decimal): -5450613 or 9163948. OLE color: 9163948.

HSL color Cylindrical-coordinate representation of color #ACD48B: hue angle of 92.88º degrees, saturation: 0.46, 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 #ACD48B is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 139 -
CMYK 0.19 0 0.34 0.17
HSL 92.88º 0.46% 0.69% -
HSV(B) 92.88º 0.34% 0.83% -
XYZ 45.22 57.72 33.18 -
YUV 191.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 172 212 139 0.19 0 0.34 0.17 92.88 0.46 0.69
Hex AC D4 8B 13 0 22 11 5D 2E 45
Octal 254 324 213 23 0 42 21 135 56 105
Binary 10101100 11010100 10001011 10011 0 100010 10001 1011101 101110 1000101

Color Harmonies of #ACD48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD48B

Black with #ACD48B

Text Example


Text Example

White with #ACD48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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