Html Css Color HEX #ACDB6F Feijoa

📋 copy color: '#ACDB6F'

red 172 ◦ green 219 ◦ blue 111

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

Shades of Feijoa #ACDB6F

Tints of Feijoa #ACDB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 34.26%
G = 43.63%
B = 22.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#ACDB6F (or 0xACDB6F) is known color: Feijoa. HEX triplet: AC, DB and 6F. RGB value is (172,219,111). Sum of RGB (Red+Green+Blue) = 172+219+111=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB6F is #532490. Grayscale: #C1C1C1. Windows color (decimal): -5448849 or 7330732. OLE color: 7330732.

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

Color convert

RGB 172 219 111 -
CMYK 0.21 0 0.49 0.14
HSL 86.11º 0.6% 0.65% -
HSV(B) 86.11º 0.49% 0.86% -
XYZ 45.21 60.58 24.35 -
YUV 192.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 172 219 111 0.21 0 0.49 0.14 86.11 0.6 0.65
Hex AC DB 6F 15 0 31 E 56 3C 41
Octal 254 333 157 25 0 61 16 126 74 101
Binary 10101100 11011011 1101111 10101 0 110001 1110 1010110 111100 1000001

Color Harmonies of #ACDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB6F

Black with #ACDB6F

Text Example


Text Example

White with #ACDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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