Html Css Color HEX #ACDB8F Feijoa

📋 copy color: '#ACDB8F'

red 172 ◦ green 219 ◦ blue 143

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

Shades of Feijoa #ACDB8F

Tints of Feijoa #ACDB8F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.01%

 BLUE value IS 143 (56.25% from 255) = 26.78%

R = 32.21%
G = 41.01%
B = 26.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#ACDB8F (or 0xACDB8F) is known color: Feijoa. HEX triplet: AC, DB and 8F. RGB value is (172,219,143). Sum of RGB (Red+Green+Blue) = 172+219+143=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB8F is #532470. Grayscale: #C4C4C4. Windows color (decimal): -5448817 or 9427884. OLE color: 9427884.

HSL color Cylindrical-coordinate representation of color #ACDB8F: hue angle of 97.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACDB8F is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 143 -
CMYK 0.21 0 0.35 0.14
HSL 97.11º 0.51% 0.71% -
HSV(B) 97.11º 0.35% 0.86% -
XYZ 47.3 61.42 35.35 -
YUV 196.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 172 219 143 0.21 0 0.35 0.14 97.11 0.51 0.71
Hex AC DB 8F 15 0 23 E 61 33 47
Octal 254 333 217 25 0 43 16 141 63 107
Binary 10101100 11011011 10001111 10101 0 100011 1110 1100001 110011 1000111

Color Harmonies of #ACDB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB8F

Black with #ACDB8F

Text Example


Text Example

White with #ACDB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB8F; }

 p { color: rgb(172,219,143); }

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

background-color css

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

 a { background-color: rgb(172,219,143); }

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

border-color css

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

 span { border-color: rgb(172,219,143); }

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