Html Css Color HEX #ACD08C Feijoa

📋 copy color: '#ACD08C'

red 172 ◦ green 208 ◦ blue 140

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

Shades of Feijoa #ACD08C

Tints of Feijoa #ACD08C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

 BLUE value IS 140 (55.08% from 255) = 26.92%

R = 33.08%
G = 40%
B = 26.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#ACD08C (or 0xACD08C) is known color: Feijoa. HEX triplet: AC, D0 and 8C. RGB value is (172,208,140). Sum of RGB (Red+Green+Blue) = 172+208+140=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD08C is #532F73. Grayscale: #BDBDBD. Windows color (decimal): -5451636 or 9228460. OLE color: 9228460.

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

Color convert

RGB 172 208 140 -
CMYK 0.17 0 0.33 0.18
HSL 91.76º 0.42% 0.68% -
HSV(B) 91.76º 0.33% 0.82% -
XYZ 44.3 55.78 33.24 -
YUV 189.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 172 208 140 0.17 0 0.33 0.18 91.76 0.42 0.68
Hex AC D0 8C 11 0 21 12 5C 2A 44
Octal 254 320 214 21 0 41 22 134 52 104
Binary 10101100 11010000 10001100 10001 0 100001 10010 1011100 101010 1000100

Color Harmonies of #ACD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD08C

Black with #ACD08C

Text Example


Text Example

White with #ACD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD08C; }

 p { color: rgb(172,208,140); }

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

background-color css

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

 a { background-color: rgb(172,208,140); }

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

border-color css

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

 span { border-color: rgb(172,208,140); }

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